Mercurial > public > mercurial-scm > hg
diff mercurial/configitems.py @ 34519:0314e02efa25
configitems: register the 'experimental.maxdeltachainspan' config
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Sun, 08 Oct 2017 20:42:19 +0200 |
parents | eb1517776f8a |
children | ca5b833ce756 |
line wrap: on
line diff
--- a/mercurial/configitems.py Sun Oct 08 20:16:09 2017 +0200 +++ b/mercurial/configitems.py Sun Oct 08 20:42:19 2017 +0200 @@ -194,6 +194,9 @@ coreconfigitem('experimental', 'editortmpinhg', default=False, ) +coreconfigitem('experimental', 'maxdeltachainspan', + default=-1, +) coreconfigitem('experimental', 'nonnormalparanoidcheck', default=False, )