Mercurial > public > mercurial-scm > hg-stable
diff contrib/perf.py @ 34750:caf6c446cbe3
contrib-perf: register the 'parentscount' config item
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Fri, 13 Oct 2017 21:32:29 +0200 |
parents | acdc574cb8d7 |
children | 61888bd0b300 |
line wrap: on
line diff
--- a/contrib/perf.py Fri Oct 13 21:31:24 2017 +0200 +++ b/contrib/perf.py Fri Oct 13 21:32:29 2017 +0200 @@ -150,6 +150,9 @@ configitem('perf', 'stub', default=mercurial.configitems.dynamicdefault, ) + configitem('perf', 'parentscount', + default=mercurial.configitems.dynamicdefault, + ) except (ImportError, AttributeError): pass