It was getting messy to populate "backup" flag to calls
of _finishrebase() and _prepareabortorcontinue, so
made some changes to move "backup" flag to rbsrt.
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHG2b728789edfd: rebase: move "backup" flag to rebaseruntime
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped
not A or not B = not (A and B)
not(not A or not B) = A and B