Show More
@@ -194,8 +194,9 b' class converter(object):' | |||||
194 | if line.strip() == '': |
|
194 | if line.strip() == '': | |
195 | continue |
|
195 | continue | |
196 | try: |
|
196 | try: | |
197 |
srcauthor = line.split('=' |
|
197 | srcauthor, dstauthor = line.split('=', 1) | |
198 |
|
|
198 | srcauthor = srcauthor.strip() | |
|
199 | dstauthor = dstauthor.strip() | |||
199 | if srcauthor in self.authors and dstauthor != self.authors[srcauthor]: |
|
200 | if srcauthor in self.authors and dstauthor != self.authors[srcauthor]: | |
200 | self.ui.status( |
|
201 | self.ui.status( | |
201 | 'Overriding mapping for author %s, was %s, will be %s\n' |
|
202 | 'Overriding mapping for author %s, was %s, will be %s\n' |
General Comments 0
You need to be logged in to leave comments.
Login now