This is an archive of the discontinued Mercurial Phabricator instance.

py3: use range() instead of xrange()
ClosedPublic

Authored by pulkit on May 24 2019, 8:41 AM.

Details

Summary

The latter does not exist on Python 3. This makes test-contrib-perf.t pass on
Python 3 again.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

pulkit created this revision.May 24 2019, 8:41 AM
indygreg accepted this revision.May 24 2019, 11:19 PM
This revision is now accepted and ready to land.May 24 2019, 11:19 PM
This revision was automatically updated to reflect the committed changes.