git-repo/subcmds
David Pursehouse c1b86a2323 Fix inconsistent indentation
The repo coding style is to indent at 2 characters, but there are
many places where this is not followed.

Enable pylint warning "W0311: Bad indentation" and make sure all
indentation is at multiples of 2 characters.

Change-Id: I68f0f64470789ce2429ab11104d15d380a63e6a8
2012-11-14 11:38:57 +09:00
..
__init__.py More coding style cleanup 2012-10-22 12:30:14 +09:00
abandon.py Change print statements to work in python3 2012-11-13 17:33:56 -08:00
branches.py Change print statements to work in python3 2012-11-13 17:33:56 -08:00
checkout.py Change print statements to work in python3 2012-11-13 17:33:56 -08:00
cherry_pick.py Change print statements to work in python3 2012-11-13 17:33:56 -08:00
diff.py Option for 'repo diff' to generate output suitable for 'patch' cmd 2012-04-13 09:20:10 -07:00
download.py Change print statements to work in python3 2012-11-13 17:33:56 -08:00
forall.py Change print statements to work in python3 2012-11-13 17:33:56 -08:00
grep.py Change print statements to work in python3 2012-11-13 17:33:56 -08:00
help.py Change print statements to work in python3 2012-11-13 17:33:56 -08:00
init.py Change print statements to work in python3 2012-11-13 17:33:56 -08:00
list.py Change print statements to work in python3 2012-11-13 17:33:56 -08:00
manifest.py Change print statements to work in python3 2012-11-13 17:33:56 -08:00
overview.py Change print statements to work in python3 2012-11-13 17:33:56 -08:00
prune.py Change print statements to work in python3 2012-11-13 17:33:56 -08:00
rebase.py Change print statements to work in python3 2012-11-13 17:33:56 -08:00
selfupdate.py Change print statements to work in python3 2012-11-13 17:33:56 -08:00
smartsync.py Clean up imports 2012-09-18 09:54:57 +02:00
stage.py Change print statements to work in python3 2012-11-13 17:33:56 -08:00
start.py Change print statements to work in python3 2012-11-13 17:33:56 -08:00
status.py Change print statements to work in python3 2012-11-13 17:33:56 -08:00
sync.py Fix inconsistent indentation 2012-11-14 11:38:57 +09:00
upload.py Fix inconsistent indentation 2012-11-14 11:38:57 +09:00
version.py Change print statements to work in python3 2012-11-13 17:33:56 -08:00