Show More
@@ -206,8 +206,8 b' class converter(object):' | |||||
206 | self.authors[srcauthor] = dstauthor |
|
206 | self.authors[srcauthor] = dstauthor | |
207 | except IndexError: |
|
207 | except IndexError: | |
208 | self.ui.warn( |
|
208 | self.ui.warn( | |
209 |
'Ignoring bad line in author file |
|
209 | 'Ignoring bad line in author map file %s: %s\n' | |
210 | % (authorfile, line)) |
|
210 | % (authorfile, line.rstrip())) | |
211 | afile.close() |
|
211 | afile.close() | |
212 |
|
212 | |||
213 | def cachecommit(self, rev): |
|
213 | def cachecommit(self, rev): |
General Comments 0
You need to be logged in to leave comments.
Login now