Submitter | Boris Feld |
---|---|
Date | Oct. 9, 2017, 8:22 a.m. |
Message ID | <26ed1b03a337b254a361.1507537320@FB> |
Download | mbox | patch |
Permalink | /patch/24653/ |
State | Accepted |
Headers | show |
Comments
On Mon, Oct 09, 2017 at 10:22:00AM +0200, Boris Feld wrote: > # HG changeset patch > # User Boris Feld <boris.feld@octobus.net> > # Date 1507493267 -7200 > # Sun Oct 08 22:07:47 2017 +0200 > # Node ID 26ed1b03a337b254a361a09c21839689011b1593 > # Parent 4b8ab80c7f80c391134393fc3a28ea5746dc7807 > # EXP-Topic config.register > # Available At https://bitbucket.org/octobus/mercurial-devel/ > # hg pull https://bitbucket.org/octobus/mercurial-devel/ -r 26ed1b03a337 > configitems: register the 'experimental.graphstyle.grandparent' config queued, thanks BTW, it'd be appreciated if you'd engage in some flow control. As I write this, you've got 11+5+2+13=31 patches on the list, all mailed today. This is the only series of yours I'll have the energy to tackle today.
Patch
diff -r 4b8ab80c7f80 -r 26ed1b03a337 mercurial/configitems.py --- a/mercurial/configitems.py Sun Oct 08 22:07:21 2017 +0200 +++ b/mercurial/configitems.py Sun Oct 08 22:07:47 2017 +0200 @@ -278,6 +278,9 @@ coreconfigitem('experimental', 'graphstyle.missing', default=dynamicdefault, ) +coreconfigitem('experimental', 'graphstyle.grandparent', + default=dynamicdefault, +) coreconfigitem('experimental', 'hook-track-tags', default=False, )