comparison hgext/hgk.py @ 9209:62114b1cea85

hgk: use reST syntax for literal blocks
author Martin Geisler <mg@lazybytes.net>
date Thu, 23 Jul 2009 00:23:24 +0200
parents 0772889d8a65
children 1a9a650004b6
comparison
equal deleted inserted replaced
9208:12d119ae39bc 9209:62114b1cea85
16 hooks for hgk to get information. hgk can be found in the contrib directory, 16 hooks for hgk to get information. hgk can be found in the contrib directory,
17 and the extension is shipped in the hgext repository, and needs to be enabled. 17 and the extension is shipped in the hgext repository, and needs to be enabled.
18 18
19 The hg view command will launch the hgk Tcl script. For this command to work, 19 The hg view command will launch the hgk Tcl script. For this command to work,
20 hgk must be in your search path. Alternately, you can specify the path to hgk 20 hgk must be in your search path. Alternately, you can specify the path to hgk
21 in your .hgrc file: 21 in your .hgrc file::
22 22
23 [hgk] 23 [hgk]
24 path=/location/of/hgk 24 path=/location/of/hgk
25 25
26 hgk can make use of the extdiff extension to visualize revisions. Assuming you 26 hgk can make use of the extdiff extension to visualize revisions. Assuming you
27 had already configured extdiff vdiff command, just add: 27 had already configured extdiff vdiff command, just add::
28 28
29 [hgk] 29 [hgk]
30 vdiff=vdiff 30 vdiff=vdiff
31 31
32 Revisions context menu will now display additional entries to fire vdiff on 32 Revisions context menu will now display additional entries to fire vdiff on