Show More
@@ -1333,7 +1333,7 b' class svn_sink(converter_sink, commandli' | |||
|
1333 | 1333 | rev = self.commit_re.search(output).group(1) |
|
1334 | 1334 | except AttributeError: |
|
1335 | 1335 | if not files: |
|
1336 | return parents[0] if parents else None | |
|
1336 | return parents[0] if parents else 'None' | |
|
1337 | 1337 | self.ui.warn(_('unexpected svn output:\n')) |
|
1338 | 1338 | self.ui.warn(output) |
|
1339 | 1339 | raise error.Abort(_('unable to cope with svn output')) |
General Comments 0
You need to be logged in to leave comments.
Login now