hgext/convert/__init__.py
changeset 4957 cdd33a048289
parent 4924 ad09ce1d393c
child 4958 71fed370b7a7
--- a/hgext/convert/__init__.py	Fri Jul 20 09:31:32 2007 +0200
+++ b/hgext/convert/__init__.py	Sat Jul 21 10:30:51 2007 +0200
@@ -192,7 +192,7 @@
     def copy(self, rev):
         c = self.commitcache[rev]
         files = self.source.getchanges(rev)
-        
+
         do_copies = (hasattr(c, 'copies') and hasattr(self.dest, 'copyfile'))
 
         for f, v in files: