##// END OF EJS Templates
pycompat: add xrange alias for Python 2...
pycompat: add xrange alias for Python 2 We assign xrange on Python 3 but not Python 2. Adding the missing symbol on Python 2 allows us to use `pycompat.xrange` to get a generator range function. Differential Revision: https://phab.mercurial-scm.org/D4031
Gregory Szorc -
r38805:7eba8f83 default
Show More