summaryrefslogtreecommitdiff
path: root/subcmds/branches.py
AgeCommit message (Expand)Author
2024-12-03branches: Escape percent signs in branch namesJosip Sokcevic
2024-10-23subcmds: reduce multiprocessing serialization overheadKuang-che Wu
2023-10-31cleanup: Update codebase to expect Python 3.6Jason R. Coombs
2023-10-20delete Python 2 (object) compatMike Frysinger
2023-08-22isort: format codebasev2.36Mike Frysinger
2023-03-22Format codebase with black and check formatting in CQGavin Mak
2022-11-15subcmds: display correct path multitree messagesLaMont Jones
2022-02-17Add multi-manifest support with <submanifest> elementv2.22LaMont Jones
2022-01-21branches: Fix "not in" handlingLaMont Jones
2021-06-15commands: document the "common" class attributeMike Frysinger
2021-04-15command: add a helper for the parallel execution boilerplateMike Frysinger
2021-02-22status: improve parallel execution stabilityMike Frysinger
2021-02-22command: unify --job option & default valuesMike Frysinger
2021-01-06strip python2-only coding:utf-8 & print_function settingsMike Frysinger
2020-12-14Add parallelism to 'branches' commandChris McDonald
2020-02-12Fix blank line issues reported by flake8David Pursehouse
2020-02-12Fix various whitespace issues reported by pyflakesDavid Pursehouse
2020-02-12Fix tests for membership to use 'not in'David Pursehouse
2019-06-13set default file encoding to utf-8Mike Frysinger
2018-10-10update markdown/help header formatMike Frysinger
2014-07-11Provide detail print-out when not all projects of a branch are current.Etan Cohen
2013-11-21Remove trailing whitespaceChirayu Desai
2013-04-18Some fixes for supporting python3Chirayu Desai
2012-11-13Change print statements to work in python3Sarah Owens
2012-10-22More coding style cleanupDavid Pursehouse
2012-10-09Coding style cleanupDavid Pursehouse
2010-05-04branches: Enable output of multiple projectsPär Åsfält
2009-06-12branches: Describe output format in `repo help branches`v1.6.8.3Shawn O. Pearce
2009-05-18Make 'repo branches -a' the default behaviorv1.6.7.5Shawn O. Pearce
2009-04-18Print '(no branches)' if the output of `repo branches` is emptyShawn O. Pearce
2009-04-10Add a repo branches subcommand to describe current branchesShawn O. Pearce