##// END OF EJS Templates
configitems: register the 'convert.git.extrakeys' config
Boris Feld -
r34157:89e66679 default
parent child Browse files
Show More
@@ -46,6 +46,9 b" configitem('convert', 'cvsps.mergeto',"
46 configitem('convert', 'git.committeractions',
46 configitem('convert', 'git.committeractions',
47 default=lambda: ['messagedifferent'],
47 default=lambda: ['messagedifferent'],
48 )
48 )
49 configitem('convert', 'git.extrakeys',
50 default=list,
51 )
49
52
50 # Commands definition was moved elsewhere to ease demandload job.
53 # Commands definition was moved elsewhere to ease demandload job.
51
54
General Comments 0
You need to be logged in to leave comments. Login now