git-repo/subcmds
Renaud Paquay a65adf74f9 Workaround shutil.rmtree limitation on Windows
By default, shutil.rmtree raises an exception when deleting readonly
files on Windows.

Replace all shutil.rmtree with platform_utils.rmtree, which adds an
error handler to make files read-write when they can't be deleted.

Change-Id: I9cfea9a7b3703fb16a82cf69331540c2c179ed53
2017-05-29 19:32:31 +09:00
..
__init__.py Some fixes for supporting python3 2013-04-18 21:35:49 +05:30
abandon.py abandon: fix usage of undefined variable 2017-05-26 21:52:23 +09:00
branches.py Provide detail print-out when not all projects of a branch are current. 2014-07-11 10:56:03 -07:00
checkout.py
cherry_pick.py Fix 'repo cherry-pick' to avoid hanging on commit-msg update. 2015-06-22 08:00:20 -04:00
diff.py
diffmanifests.py diffmanifests: support custom git pretty format strings 2016-04-21 18:36:11 +00:00
download.py Exit 1 if repo download -c fails 2014-10-17 15:45:57 -04:00
forall.py Make "git command" and "forall" work on Windows 2017-05-29 19:29:30 +09:00
gitc_delete.py Workaround shutil.rmtree limitation on Windows 2017-05-29 19:32:31 +09:00
gitc_init.py Fix gitc-init behavior 2015-10-07 15:43:22 -07:00
grep.py
help.py Add GitcClientCommand class for GITC-specific commands 2015-09-29 13:46:34 -07:00
info.py Prevent repo info from crashing when default element doesn't exist. 2015-07-27 16:56:31 -07:00
init.py Workaround shutil.rmtree limitation on Windows 2017-05-29 19:32:31 +09:00
list.py Support filtering by group on forall and list subcmd 2015-07-30 12:59:35 -05:00
manifest.py
overview.py Some fixes for supporting python3 2013-04-18 21:35:49 +05:30
prune.py
rebase.py Add option to rebase onto project's manifest version 2016-01-28 10:20:03 -08:00
selfupdate.py
smartsync.py
stage.py stage: replace filter on lambda with list comprehension 2013-05-08 06:37:15 +01:00
start.py Consider local project to be default for 'repo start' 2016-09-14 00:17:45 -04:00
status.py status: add -q/--quiet option 2016-10-17 15:24:09 -05:00
sync.py Workaround shutil.rmtree limitation on Windows 2017-05-29 19:32:31 +09:00
upload.py upload: short circuit when nothing is pending 2016-09-14 00:16:37 -04:00
version.py