summaryrefslogtreecommitdiffstats
path: root/subcmds/branches.py
Commit message (Expand)AuthorAgeFilesLines
* Fix blank line issues reported by flake8David Pursehouse2020-02-121-0/+2
* Fix various whitespace issues reported by pyflakesDavid Pursehouse2020-02-121-3/+3
* Fix tests for membership to use 'not in'David Pursehouse2020-02-121-1/+1
* set default file encoding to utf-8Mike Frysinger2019-06-131-0/+1
* update markdown/help header formatMike Frysinger2018-10-101-2/+1
* Provide detail print-out when not all projects of a branch are current.Etan Cohen2014-07-111-3/+17
* Remove trailing whitespaceChirayu Desai2013-11-211-1/+1
* Some fixes for supporting python3Chirayu Desai2013-04-181-3/+2
* Change print statements to work in python3Sarah Owens2012-11-131-1/+2
* More coding style cleanupDavid Pursehouse2012-10-221-6/+6
* Coding style cleanupDavid Pursehouse2012-10-091-4/+4
* branches: Enable output of multiple projectsPär Åsfält2010-05-041-5/+7
* branches: Describe output format in `repo help branches`v1.6.8.3Shawn O. Pearce2009-06-121-0/+27
* Make 'repo branches -a' the default behaviorv1.6.7.5Shawn O. Pearce2009-05-181-18/+1
* Print '(no branches)' if the output of `repo branches` is emptyShawn O. Pearce2009-04-181-0/+4
* Add a repo branches subcommand to describe current branchesShawn O. Pearce2009-04-101-0/+150