hgext/convert/hg.py
changeset 5143 d4fa6bafc43a
parent 5131 2f9edf6bae95
child 5173 6b4c332f241b
--- a/hgext/convert/hg.py	Tue Aug 07 10:28:14 2007 +0200
+++ b/hgext/convert/hg.py	Tue Aug 07 10:28:43 2007 +0200
@@ -165,7 +165,7 @@
             except TypeError:
                 pass
         return copies
-        
+
     def getcommit(self, rev):
         ctx = self.changectx(rev)
         parents = [hex(p.node()) for p in ctx.parents() if p.node() != nullid]