changeset 36293 | 8591d6afc629 |
parent 35709 | 1a09dad8b85a |
child 36685 | 2a258985ffeb |
--- a/tests/test-revset2.t Sun Feb 18 18:20:21 2018 +0530 +++ b/tests/test-revset2.t Sun Feb 18 18:20:57 2018 +0530 @@ -420,7 +420,7 @@ test that repeated `-r` options never eat up stack (issue4565) (uses `-r 0::1` to avoid possible optimization at old-style parser) - $ hg log -T '{rev}\n' `$PYTHON -c "for i in xrange(500): print '-r 0::1 ',"` + $ hg log -T '{rev}\n' `$PYTHON -c "for i in range(500): print '-r 0::1 ',"` 0 1