##// END OF EJS Templates
hgk: use reST syntax for literal blocks
Martin Geisler -
r9209:62114b1c default
parent child Browse files
Show More
@@ -18,13 +18,13 b' and the extension is shipped in the hgex'
18 18
19 19 The hg view command will launch the hgk Tcl script. For this command to work,
20 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 23 [hgk]
24 24 path=/location/of/hgk
25 25
26 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 29 [hgk]
30 30 vdiff=vdiff
General Comments 0
You need to be logged in to leave comments. Login now