summaryrefslogtreecommitdiffstats
path: root/subcmds/rebase.py
Commit message (Expand)AuthorAgeFilesLines
* avoid negative variablesMike Frysinger2020-02-191-2/+2
* Fix indentation issues reported by flake8David Pursehouse2020-02-121-3/+3
* rebase: add basic coloring outputMike Frysinger2019-09-241-3/+20
* rebase: add --fail-fast supportMike Frysinger2019-09-241-3/+16
* rebase: pull out project-independent settings from the for loopMike Frysinger2019-08-081-20/+16
* rebase/sync: use exit(1) for errors instead of exit(-1)Mike Frysinger2019-08-081-6/+6
* set default file encoding to utf-8Mike Frysinger2019-06-131-0/+1
* Add option to rebase onto project's manifest versionXiaohui Chen2016-01-281-0/+9
* repo: Support multiple branches for the same project.David James2013-10-141-0/+3
* Fix: Missing spaces in printed messagesDavid Pursehouse2013-03-051-1/+1
* Change print statements to work in python3Sarah Owens2012-11-131-5/+9
* Coding style cleanupDavid Pursehouse2012-10-091-3/+3
* Remove unused importsDavid Pursehouse2012-08-231-2/+0
* Support automatically stashing local modifications during repo-rebase.Joe Hansche2012-06-131-0/+21
* rebase: Pass through more optionsv1.6.10.1Shawn O. Pearce2010-07-151-7/+39
* rebase: Automatically rebase branch on upstreaDaniel Sandler2010-07-151-0/+75