changeset 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 bbeaa5415266
files contrib/perf.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
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