##// END OF EJS Templates
configitems: register the 'convert.ignoreancestorcheck' config
Boris Feld -
r34172:7d835918 default
parent child Browse files
Show More
@@ -91,6 +91,9 b" configitem('convert', 'hg.tagsbranch',"
91 configitem('convert', 'hg.usebranchnames',
91 configitem('convert', 'hg.usebranchnames',
92 default=True,
92 default=True,
93 )
93 )
94 configitem('convert', 'ignoreancestorcheck',
95 default=False,
96 )
94
97
95 # Commands definition was moved elsewhere to ease demandload job.
98 # Commands definition was moved elsewhere to ease demandload job.
96
99
General Comments 0
You need to be logged in to leave comments. Login now