tests/test-remotefilelog-histpack.py
changeset 49284 d44e3c45f0e4
parent 48875 6000f5b25c9b
--- 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()