diff -r 44b26349127b -r d44e3c45f0e4 tests/test-remotefilelog-histpack.py --- a/tests/test-remotefilelog-histpack.py Sun May 29 12:38:54 2022 +0200 +++ b/tests/test-remotefilelog-histpack.py Sun May 29 15:17:27 2022 +0200 @@ -283,7 +283,7 @@ This causes it to use a 2^16 fanout table instead.""" total = basepack.SMALLFANOUTCUTOFF + 1 revisions = [] - for i in pycompat.xrange(total): + for i in range(total): filename = b"foo-%d" % i node = self.getFakeHash() p1 = self.getFakeHash()