git-repo/subcmds
David Pursehouse 8a68ff9605 Coding style cleanup
Fix the following issues reported by pylint:

C0321: More than one statement on a single line
W0622: Redefining built-in 'name'
W0612: Unused variable 'name'
W0613: Unused argument 'name'
W0102: Dangerous default value 'value' as argument
W0105: String statement has no effect

Also fixed a few cases of inconsistent indentation.

Change-Id: Ie0db839e7c57d576cff12d8c055fe87030d00744
2012-10-09 12:45:30 +02:00
..
__init__.py Initial Contribution 2008-10-21 07:00:00 -07:00
abandon.py Fixed repo abandon to give better messages. 2011-04-07 16:49:23 -04:00
branches.py Coding style cleanup 2012-10-09 12:45:30 +02:00
checkout.py Fixed repo checkout error message when git reports errors. 2011-04-07 16:55:35 -04: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 Coding style cleanup 2012-10-09 12:45:30 +02:00
grep.py Remove unused imports 2012-08-23 12:15:26 +02:00
help.py Coding style cleanup 2012-10-09 12:45:30 +02:00
init.py Coding style cleanup 2012-10-09 12:45:30 +02:00
list.py Add 'list' command to repo. 2011-03-16 12:55:44 -07: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 Coding style cleanup 2012-10-09 12:45:30 +02: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 Coding style cleanup 2012-10-09 12:45:30 +02:00
upload.py Coding style cleanup 2012-10-09 12:45:30 +02:00
version.py Clean up imports 2012-09-18 09:54:57 +02:00