comparison hgext/hgk.py @ 11193:687c7d395f20

Use our custom hg reStructuredText role some more I missed these occurrences on my first scan through the source.
author Martin Geisler <mg@aragost.com>
date Tue, 18 May 2010 16:31:10 +0200
parents 4612cded5176
children 40c06bbf58be
comparison
equal deleted inserted replaced
11192:babf9a5f5528 11193:687c7d395f20
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 the extension is shipped in the hgext 17 the contrib directory, and the extension is shipped in the hgext
18 repository, and needs to be enabled. 18 repository, and needs to be enabled.
19 19
20 The hg view command will launch the hgk Tcl script. For this command 20 The :hg:`view` command will launch the hgk Tcl script. For this command
21 to work, hgk must be in your search path. Alternately, you can specify 21 to work, hgk must be in your search path. Alternately, you can specify
22 the path to hgk in your .hgrc file:: 22 the path to hgk in your .hgrc file::
23 23
24 [hgk] 24 [hgk]
25 path=/location/of/hgk 25 path=/location/of/hgk