Confirmed users
91
edits
(Added links to other windows installers.) |
No edit summary |
||
Line 10: | Line 10: | ||
If you want to make <tt>hg view</tt> work: | If you want to make <tt>hg view</tt> work: | ||
* [http://www.activestate.com/store/activetcl/download/ install ActiveTcl], and make sure you tell it to associate .tcl with ActiveTcl | * [http://www.activestate.com/store/activetcl/download/ install ActiveTcl], and make sure you tell it to associate .tcl with ActiveTcl | ||
* add the <tt>hgk</tt> extension to your list of extensions in ~/Mercurial.ini | * add the <tt>hgk</tt> extension to your list of extensions in ~/Mercurial.ini, e.g to your [extensions] block add the line: | ||
hgext.hgk = | |||
* grab [http://hg.intevation.org/mercurial/crew/raw-file/b43db44cd047/contrib/hgk hgk from here] (this is a link to a snapshot in the crew repo; there may be newer ones, but the Windows installer does not have hgk packaged). Save this file somewhere in your path, and rename it to <tt>hgk.tcl</tt>. | * grab [http://hg.intevation.org/mercurial/crew/raw-file/b43db44cd047/contrib/hgk hgk from here] (this is a link to a snapshot in the crew repo; there may be newer ones, but the Windows installer does not have hgk packaged). Save this file somewhere in your path, and rename it to <tt>hgk.tcl</tt>. | ||
* in your Mercurial.ini, add: | * in your Mercurial.ini, add: |