summaryrefslogtreecommitdiffstats
path: root/subcmds/gitc_delete.py
Commit message (Collapse)AuthorAgeFilesLines
* Workaround shutil.rmtree limitation on WindowsRenaud Paquay2017-05-291-2/+2
| | | | | | | | | | 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
* gitc_delete: Remove unused importsDavid Pursehouse2017-05-261-2/+0
| | | | Change-Id: I672189ba99e18dca3956e2396c921d1ef0ca2ddd
* GITC: Add repo gitc-delete command.Simran Basi2015-10-011-0/+55
repo gitc-delete deletes a GITC client and all the locally saved sources. Useful for removing unnecessary clients and recovering disk space. Change-Id: Idf23addcea52b8713d268c34a7b37da0c5e5cd26