git-repo/subcmds
Sarah Owens a6053d54f1 Change usages of xrange() to range()
In Python3, range() creates a generator rather than a list.

None of the parameters in the ranges changed looked large enough
to create an impact in memory in Python2.  Note: the only use of
range() was for iteration and did not need to be changed.

This is part of a series of changes to introduce Python3 support.

Change-Id: I50b665f9296ea160a5076c71f36a65f76e47029f
2012-11-01 13:36:50 -07:00
..
__init__.py More coding style cleanup 2012-10-22 12:30:14 +09:00
abandon.py More coding style cleanup 2012-10-22 12:30:14 +09:00
branches.py More coding style cleanup 2012-10-22 12:30:14 +09:00
checkout.py More coding style cleanup 2012-10-22 12:30:14 +09:00
cherry_pick.py Clean up imports 2012-09-18 09:54:57 +02:00
diff.py Option for 'repo diff' to generate output suitable for 'patch' cmd 2012-04-13 09:20:10 -07:00
download.py Remove unused imports 2012-08-23 12:15:26 +02:00
forall.py Add pylint configuration and instructions 2012-10-24 10:18:13 +09:00
grep.py Even more coding style cleanup 2012-10-30 10:28:20 +09:00
help.py Coding style cleanup 2012-10-09 12:45:30 +02:00
init.py Even more coding style cleanup 2012-10-30 10:28:20 +09:00
list.py Add regex matching to repo list command 2012-10-25 15:49:13 +09:00
manifest.py Coding style cleanup 2012-10-09 12:45:30 +02:00
overview.py Coding style cleanup 2012-10-09 12:45:30 +02:00
prune.py Coding style cleanup 2012-10-09 12:45:30 +02:00
rebase.py Coding style cleanup 2012-10-09 12:45:30 +02:00
selfupdate.py sync: Run git gc --auto after fetch 2011-01-09 17:39:22 -08:00
smartsync.py Clean up imports 2012-09-18 09:54:57 +02:00
stage.py Change usages of xrange() to range() 2012-11-01 13:36:50 -07:00
start.py Coding style cleanup 2012-10-09 12:45:30 +02:00
status.py Coding style cleanup 2012-10-09 12:45:30 +02:00
sync.py sync: Only parallelize gc for git >= 1.7.2 2012-10-31 12:27:17 -07:00
upload.py Even more coding style cleanup 2012-10-30 10:28:20 +09:00
version.py Clean up imports 2012-09-18 09:54:57 +02:00