Submitter | phabricator |
---|---|
Date | Nov. 28, 2018, 12:10 p.m. |
Message ID | <55081962236757b4ee228a23c0529eb5@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/36823/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/tests/test-remotefilelog-histpack.py b/tests/test-remotefilelog-histpack.py --- a/tests/test-remotefilelog-histpack.py +++ b/tests/test-remotefilelog-histpack.py @@ -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()