##// END OF EJS Templates
contrib-perf: register the 'parentscount' config item
Boris Feld -
r34751:caf6c446 default
parent child Browse files
Show More
@@ -150,6 +150,9 b' try:'
150 configitem('perf', 'stub',
150 configitem('perf', 'stub',
151 default=mercurial.configitems.dynamicdefault,
151 default=mercurial.configitems.dynamicdefault,
152 )
152 )
153 configitem('perf', 'parentscount',
154 default=mercurial.configitems.dynamicdefault,
155 )
153 except (ImportError, AttributeError):
156 except (ImportError, AttributeError):
154 pass
157 pass
155
158
General Comments 0
You need to be logged in to leave comments. Login now