hgext/hgk.py
changeset 25793 084957666642
parent 25186 80c5b2666a96
child 29125 9b12517a7081
equal deleted inserted replaced
25792:dd166d42e7b2 25793:084957666642
    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 configuration file::
    22 the path to hgk in your configuration file::
    23 
    23 
    24   [hgk]
    24   [hgk]
    25   path=/location/of/hgk
    25   path = /location/of/hgk
    26 
    26 
    27 hgk can make use of the extdiff extension to visualize revisions.
    27 hgk can make use of the extdiff extension to visualize revisions.
    28 Assuming you had already configured extdiff vdiff command, just add::
    28 Assuming you had already configured extdiff vdiff command, just add::
    29 
    29 
    30   [hgk]
    30   [hgk]