merge with crew
authorBenoit Boissinot <benoit.boissinot@ens-lyon.org>
Mon, 31 Mar 2008 18:49:15 +0200
changeset 6420 626a8e396846
parent 6419 7c36aee46bf5 (current diff)
parent 6418 593a598a9377 (diff)
child 6432 b1204fd06c2e
merge with crew
--- a/hgext/convert/subversion.py	Mon Mar 31 18:44:12 2008 +0200
+++ b/hgext/convert/subversion.py	Mon Mar 31 18:49:15 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