hgext/convert/convcmd.py
changeset 16686 67964cda8701
parent 16106 d75aa756149b
child 16689 f366d4c2ff34
--- a/hgext/convert/convcmd.py	Sat May 12 16:00:53 2012 +0200
+++ b/hgext/convert/convcmd.py	Sat May 12 16:00:57 2012 +0200
@@ -190,7 +190,7 @@
                 children.setdefault(n, [])
                 hasparent = False
                 for p in parents[n]:
-                    if not p in self.map:
+                    if p not in self.map:
                         visit.append(p)
                         hasparent = True
                     children.setdefault(p, []).append(n)