hgext/convert/subversion.py
changeset 9312 c5f0825c1dbb
parent 9169 7a276f72a08a
child 9457 f3f400b13984
child 9467 4c041f1ee1b4
--- a/hgext/convert/subversion.py	Wed Aug 05 15:00:44 2009 +0200
+++ b/hgext/convert/subversion.py	Wed Aug 05 17:08:28 2009 +0200
@@ -311,7 +311,7 @@
             self.module += '/' + trunk
             self.head = self.latest(self.module, self.last_changed)
             if not self.head:
-                raise util.Abort(_('no revision found in module %s') 
+                raise util.Abort(_('no revision found in module %s')
                                  % self.module)
 
         # First head in the list is the module's head
@@ -454,8 +454,8 @@
                 # Here/tags/tag.1 discarded as well as its children.
                 # It happens with tools like cvs2svn. Such tags cannot
                 # be represented in mercurial.
-                addeds = dict((p, e.copyfrom_path) for p, e 
-                              in origpaths.iteritems() 
+                addeds = dict((p, e.copyfrom_path) for p, e
+                              in origpaths.iteritems()
                               if e.action == 'A' and e.copyfrom_path)
                 badroots = set()
                 for destroot in addeds: