# HG changeset patch # User Martin Geisler # Date 2009-07-22 22:23:24 # Node ID 62114b1cea859893be54d9e842603dc5f723985e # Parent 12d119ae39bc34d3628e9ee11f7fc123fd7bf8f3 hgk: use reST syntax for literal blocks diff --git a/hgext/hgk.py b/hgext/hgk.py --- a/hgext/hgk.py +++ b/hgext/hgk.py @@ -18,13 +18,13 @@ and the extension is shipped in the hgex The hg view command will launch the hgk Tcl script. For this command to work, hgk must be in your search path. Alternately, you can specify the path to hgk -in your .hgrc file: +in your .hgrc file:: [hgk] path=/location/of/hgk hgk can make use of the extdiff extension to visualize revisions. Assuming you -had already configured extdiff vdiff command, just add: +had already configured extdiff vdiff command, just add:: [hgk] vdiff=vdiff