summaryrefslogtreecommitdiff
path: root/subcmds/rebase.py
AgeCommit message (Expand)Author
2026-07-07rebase: Resolve revisionExpr to tracking branch for --onto-manifestGavin Mak
2025-05-27subcmds: delete redundant dest= settingsMike Frysinger
2023-10-13Update logger.warn to logger.warningAravind Vasudevan
2023-09-14subcmds: Use repo loggerAravind Vasudevan
2023-05-17[git_trace2] Add logs for critical cmdsJosip Sokcevic
2023-03-22Format codebase with black and check formatting in CQGavin Mak
2022-02-17Add multi-manifest support with <submanifest> elementv2.22LaMont Jones
2021-06-15commands: document the "common" class attributeMike Frysinger
2021-05-04subcmds: force consistent help text formatMike Frysinger
2021-04-13command: make --verbose/--quiet available to all subcommandsMike Frysinger
2021-01-06strip python2-only coding:utf-8 & print_function settingsMike Frysinger
2020-02-19avoid negative variablesMike Frysinger
2020-02-12Fix indentation issues reported by flake8David Pursehouse
2019-09-24rebase: add basic coloring outputMike Frysinger
2019-09-24rebase: add --fail-fast supportMike Frysinger
2019-08-08rebase: pull out project-independent settings from the for loopMike Frysinger
2019-08-08rebase/sync: use exit(1) for errors instead of exit(-1)Mike Frysinger
2019-06-13set default file encoding to utf-8Mike Frysinger
2016-01-28Add option to rebase onto project's manifest versionXiaohui Chen
2013-10-14repo: Support multiple branches for the same project.David James
2013-03-05Fix: Missing spaces in printed messagesDavid Pursehouse
2012-11-13Change print statements to work in python3Sarah Owens
2012-10-09Coding style cleanupDavid Pursehouse
2012-08-23Remove unused importsDavid Pursehouse
2012-06-13Support automatically stashing local modifications during repo-rebase.Joe Hansche
2010-07-15rebase: Pass through more optionsv1.6.10.1Shawn O. Pearce
2010-07-15rebase: Automatically rebase branch on upstreaDaniel Sandler