summaryrefslogtreecommitdiffstats
path: root/subcmds/status.py
Commit message (Expand)AuthorAgeFilesLines
* status: lose dependence on StringIOAnthony King2015-04-041-33/+15
* Use next(iterator) rather than iterator.next()Anthony King2014-05-071-3/+3
* Move Python version checking to a separate moduleDavid Pursehouse2013-05-231-5/+6
* Some fixes for supporting python3Chirayu Desai2013-04-181-3/+8
* 'repo status --orphans' shows non-repo filesWill Richey2013-01-291-0/+72
* Change print statements to work in python3Sarah Owens2012-11-131-1/+1
* Coding style cleanupDavid Pursehouse2012-10-091-4/+4
* Make "repo sync -j<count>" stop properly on Ctrl-C.David 'Digit' Turner2012-09-051-0/+1
* Avoid failing concat for multi-encoding filenamesCezary Baginski2012-05-241-2/+9
* repo status to print project name on clean gitsAli Utku Selen2012-03-121-13/+0
* Add option to check status of projects in parallel.Terence Haddock2011-04-071-6/+58
* Make 'repo status' show the branch you are currently onShawn O. Pearce2009-04-181-0/+13
* Document 'repo status' outputShawn O. Pearce2009-04-131-0/+38
* status: tell the user the working tree is cleanShawn O. Pearce2009-04-101-2/+9
* Initial Contributionv1.0The Android Open Source Project2008-10-211-0/+27