convert: fix trailing space introduced in
5efd447a9b8d
--- a/hgext/convert/subversion.py Sat Mar 29 19:41:50 2008 +0100
+++ b/hgext/convert/subversion.py Mon Mar 31 13:10:47 2008 +0200
@@ -387,7 +387,7 @@
try:
for entry in get_log(self.url, [self.tags], start, self.startrev):
origpaths, revnum, author, date, message = entry
- copies = [(e.copyfrom_path, e.copyfrom_rev, p) for p,e
+ copies = [(e.copyfrom_path, e.copyfrom_rev, p) for p, e
in origpaths.iteritems() if e.copyfrom_path]
copies.sort()
# Apply moves/copies from more specific to general