hgk: tweak doc format for path option
authorMatt Mackall <mpm@selenic.com>
Thu, 25 Jun 2015 17:37:14 -0500
changeset 25793 084957666642
parent 25792 dd166d42e7b2
child 25794 902148444889
hgk: tweak doc format for path option This lets the config checker see it.
hgext/hgk.py
--- a/hgext/hgk.py	Thu Jun 25 17:36:46 2015 -0500
+++ b/hgext/hgk.py	Thu Jun 25 17:37:14 2015 -0500
@@ -22,7 +22,7 @@
 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::