Show More
@@ -43,6 +43,9 b" configitem('convert', 'cvsps.mergefrom'," | |||
|
43 | 43 | configitem('convert', 'cvsps.mergeto', |
|
44 | 44 | default=None, |
|
45 | 45 | ) |
|
46 | configitem('convert', 'git.committeractions', | |
|
47 | default=lambda: ['messagedifferent'], | |
|
48 | ) | |
|
46 | 49 | |
|
47 | 50 | # Commands definition was moved elsewhere to ease demandload job. |
|
48 | 51 |
@@ -110,8 +110,7 b' class convert_git(common.converter_sourc' | |||
|
110 | 110 | raise error.Abort(_('copying of extra key is forbidden: %s') % |
|
111 | 111 | _(', ').join(sorted(banned))) |
|
112 | 112 | |
|
113 |
committeractions = self.ui.configlist('convert', 'git.committeractions' |
|
|
114 | 'messagedifferent') | |
|
113 | committeractions = self.ui.configlist('convert', 'git.committeractions') | |
|
115 | 114 | |
|
116 | 115 | messagedifferent = None |
|
117 | 116 | messagealways = None |
General Comments 0
You need to be logged in to leave comments.
Login now