hgext/convert/hg.py
changeset 4939 cdd33a048289
parent 4873 28b23b9073a8
child 4965 4106dde15aed
--- a/hgext/convert/hg.py
+++ b/hgext/convert/hg.py
@@ -58,7 +58,7 @@ class convert_mercurial(converter_sink):
             extra['branch'] = commit.branch
         if commit.rev:
             extra['convert_revision'] = commit.rev
-            
+
         while parents:
             p1 = p2
             p2 = parents.pop(0)