hgext/convert/subversion.py
changeset 12770 614f0d8724ab
parent 12343 28642f7fc2cf
child 13052 5fb924ee44d5
--- a/hgext/convert/subversion.py	Wed Oct 20 10:07:38 2010 +0200
+++ b/hgext/convert/subversion.py	Wed Oct 20 10:13:04 2010 +0200
@@ -651,7 +651,7 @@
                 else:
                     self.ui.debug('unknown path in revision %d: %s\n' % \
                                   (revnum, path))
-            elif kind == svn.core.svn_node_dir:                
+            elif kind == svn.core.svn_node_dir:
                 if ent.action == 'M':
                     # If the directory just had a prop change,
                     # then we shouldn't need to look for its children.
@@ -823,7 +823,7 @@
     def getfile(self, file, rev):
         # TODO: ra.get_file transmits the whole file instead of diffs.
         if file in self.removed:
-            raise IOError()         
+            raise IOError()
         mode = ''
         try:
             new_module, revnum = self.revsplit(rev)[1:]
@@ -892,7 +892,7 @@
         finally:
             if module is not None:
                 self.reparent(prevmodule)
-    
+
     def _getlog(self, paths, start, end, limit=0, discover_changed_paths=True,
                 strict_node_history=False):
         # Normalize path names, svn >= 1.5 only wants paths relative to