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
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
not A or not B = not (A and B)
not(not A or not B) = A and B