comparison hgext/hgk.py @ 8760:bf17aeafb869

Spell Mercurial as a proper noun
author timeless <timeless@gmail.com>
date Tue, 09 Jun 2009 09:25:31 -0400
parents 9e055cfdd620
children 87c30fb7e8df
comparison
equal deleted inserted replaced
8759:f584d63c49c3 8760:bf17aeafb869
10 The hgk extension allows browsing the history of a repository in a 10 The hgk extension allows browsing the history of a repository in a
11 graphical way. It requires Tcl/Tk version 8.4 or later. (Tcl/Tk is not 11 graphical way. It requires Tcl/Tk version 8.4 or later. (Tcl/Tk is not
12 distributed with Mercurial.) 12 distributed with Mercurial.)
13 13
14 hgk consists of two parts: a Tcl script that does the displaying and 14 hgk consists of two parts: a Tcl script that does the displaying and
15 querying of information, and an extension to mercurial named hgk.py, 15 querying of information, and an extension to Mercurial named hgk.py,
16 which provides hooks for hgk to get information. hgk can be found in 16 which provides hooks for hgk to get information. hgk can be found in
17 the contrib directory, and hgk.py can be found in the hgext directory. 17 the contrib directory, and hgk.py can be found in the hgext directory.
18 18
19 To load the hgext.py extension, add it to your .hgrc file (you have to 19 To load the hgext.py extension, add it to your .hgrc file (you have to
20 use your global $HOME/.hgrc file, not one in a repository). You can 20 use your global $HOME/.hgrc file, not one in a repository). You can