hgext/convert/hg.py
changeset 5117 d4fa6bafc43a
parent 5104 2f9edf6bae95
child 5172 6b4c332f241b
--- a/hgext/convert/hg.py
+++ b/hgext/convert/hg.py
@@ -165,7 +165,7 @@ class mercurial_source(converter_source)
             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]