# HG changeset patch # User Matt Mackall # Date 2015-06-25 22:37:14 # Node ID 084957666642c346f9669624171a514b3cdf2f05 # Parent dd166d42e7b2ca4a3523494aa5a9828ffe2616b2 hgk: tweak doc format for path option This lets the config checker see it. diff --git a/hgext/hgk.py b/hgext/hgk.py --- a/hgext/hgk.py +++ b/hgext/hgk.py @@ -22,7 +22,7 @@ to work, hgk must be in your search path the path to hgk in your configuration file:: [hgk] - path=/location/of/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::