tests/test-remotefilelog-histpack.py
changeset 40749 ba706e3082bd
parent 40734 5d1550b9a533
child 41268 878084a495ef
--- a/tests/test-remotefilelog-histpack.py	Tue Nov 27 16:16:13 2018 +0300
+++ b/tests/test-remotefilelog-histpack.py	Mon Nov 26 15:36:06 2018 +0300
@@ -251,7 +251,7 @@
         This causes it to use a 2^16 fanout table instead."""
         total = basepack.SMALLFANOUTCUTOFF + 1
         revisions = []
-        for i in xrange(total):
+        for i in pycompat.xrange(total):
             filename = b"foo-%d" % i
             node = self.getFakeHash()
             p1 = self.getFakeHash()