hgext/convert/hg.py
changeset 16683 525fdb738975
parent 16514 363e808de349
child 16686 67964cda8701
--- a/hgext/convert/hg.py	Fri May 11 18:41:04 2012 +0200
+++ b/hgext/convert/hg.py	Sat May 12 15:54:54 2012 +0200
@@ -294,7 +294,8 @@
         if not parents:
             files = sorted(ctx.manifest())
             # getcopies() is not needed for roots, but it is a simple way to
-            # detect missing revlogs and abort on errors or populate self.ignored
+            # detect missing revlogs and abort on errors or populate
+            # self.ignored
             self.getcopies(ctx, parents, files)
             return [(f, rev) for f in files if f not in self.ignored], {}
         if self._changescache and self._changescache[0] == rev: