hgext/convert/cvsps.py
changeset 49284 d44e3c45f0e4
parent 48946 642e31cb55f0
child 49904 f3e95e5a5895
--- a/hgext/convert/cvsps.py	Sun May 29 12:38:54 2022 +0200
+++ b/hgext/convert/cvsps.py	Sun May 29 15:17:27 2022 +0200
@@ -832,7 +832,7 @@
             # branchpoints such that it is the latest possible
             # commit without any intervening, unrelated commits.
 
-            for candidate in pycompat.xrange(i):
+            for candidate in range(i):
                 if c.branch not in changesets[candidate].branchpoints:
                     if p is not None:
                         break