[PATCH 4 of 4] hgk: tweak doc format for path option

Augie Fackler raf at durin42.com
Wed Jul 15 10:47:55 CDT 2015


On Mon, Jul 06, 2015 at 05:58:30PM -0500, Matt Mackall wrote:
> # HG changeset patch
> # User Matt Mackall <mpm at selenic.com>
> # Date 1435271834 18000
> #      Thu Jun 25 17:37:14 2015 -0500
> # Node ID 3eafe32ad9c27c819811f16bc5dcd74d363db5be
> # Parent  1a35d7bce493030b5a799f3408b150d9aa015216
> hgk: tweak doc format for path option

Series LGTM, please feel encouraged to push it (I'd push it, but
something changed on clowncopter and I can't push right now.)

>
> This lets the config checker see it.
>
> diff -r 1a35d7bce493 -r 3eafe32ad9c2 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::
> _______________________________________________
> Mercurial-devel mailing list
> Mercurial-devel at selenic.com
> https://selenic.com/mailman/listinfo/mercurial-devel


More information about the Mercurial-devel mailing list