Submitter | Matt Mackall |
---|---|
Date | July 6, 2015, 10:58 p.m. |
Message ID | <3eafe32ad9c27c819811.1436223510@ruin.waste.org> |
Download | mbox | patch |
Permalink | /patch/9902/ |
State | Accepted |
Headers | show |
Comments
On Mon, Jul 06, 2015 at 05:58:30PM -0500, Matt Mackall wrote: > # HG changeset patch > # User Matt Mackall <mpm@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@selenic.com > https://selenic.com/mailman/listinfo/mercurial-devel
Patch
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::