File: abort-rebase-8bd29d8328818660.yaml

package info (click to toggle)
git-review 2.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 468 kB
  • sloc: python: 2,722; makefile: 150
file content (7 lines) | stat: -rw-r--r-- 275 bytes parent folder | download
1
2
3
4
5
6
7
---
features:
  - |
    By default, ``git rebase --abort`` is run automatically following a failed
    test rebase, letting the user rebase again on their own if that's the state
    they want to be in. A ``-K``/``--keep-rebase`` option is added to get the
    old behavior.