diff -r 654b9e1966f7 -r 525fdb738975 hgext/convert/hg.py --- 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: