changeset 6418:593a598a9377

convert: fix trailing space introduced in 5efd447a9b8d
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Mon, 31 Mar 2008 13:10:47 +0200
parents 13fafd8cc4a1
children 626a8e396846
files hgext/convert/subversion.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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