##// END OF EJS Templates
configitems: register the 'paths' config section
Boris Feld -
r34671:ec45d7a6 default
parent child Browse files
Show More
@@ -520,6 +520,10 b" coreconfigitem('paths', 'default',"
520 520 coreconfigitem('paths', 'default-push',
521 521 default=None,
522 522 )
523 coreconfigitem('paths', '.*',
524 default=None,
525 generic=True,
526 )
523 527 coreconfigitem('phases', 'checksubrepos',
524 528 default='follow',
525 529 )
General Comments 0
You need to be logged in to leave comments. Login now