diff -r 44b26349127b -r d44e3c45f0e4 hgext/convert/cvsps.py --- 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