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
Lint Skipped
Unit
Unit Tests Skipped

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.