##// END OF EJS Templates
hgk: word-wrap help texts at 70 characters
Martin Geisler -
r7992:0e7f02ea default
parent child Browse files
Show More
@@ -7,17 +7,17 b''
7 7 '''browsing the repository in a graphical way
8 8
9 9 The hgk extension allows browsing the history of a repository in a
10 graphical way. It requires Tcl/Tk version 8.4 or later. (Tcl/Tk is
11 not distributed with Mercurial.)
10 graphical way. It requires Tcl/Tk version 8.4 or later. (Tcl/Tk is not
11 distributed with Mercurial.)
12 12
13 13 hgk consists of two parts: a Tcl script that does the displaying and
14 14 querying of information, and an extension to mercurial named hgk.py,
15 15 which provides hooks for hgk to get information. hgk can be found in
16 16 the contrib directory, and hgk.py can be found in the hgext directory.
17 17
18 To load the hgext.py extension, add it to your .hgrc file (you have
19 to use your global $HOME/.hgrc file, not one in a repository). You
20 can specify an absolute path:
18 To load the hgext.py extension, add it to your .hgrc file (you have to
19 use your global $HOME/.hgrc file, not one in a repository). You can
20 specify an absolute path:
21 21
22 22 [extensions]
23 23 hgk=/usr/local/lib/hgk.py
@@ -29,8 +29,8 b" named 'hgk.py' if you set hgk empty:"
29 29 hgk=
30 30
31 31 The hg view command will launch the hgk Tcl script. For this command
32 to work, hgk must be in your search path. Alternately, you can
33 specify the path to hgk in your .hgrc file:
32 to work, hgk must be in your search path. Alternately, you can specify
33 the path to hgk in your .hgrc file:
34 34
35 35 [hgk]
36 36 path=/location/of/hgk
General Comments 0
You need to be logged in to leave comments. Login now