_rebasenode() and _finishrebase() had a lot of code in common. This
commit extracts some of that. This means we will also have a single
caller of concludenode() and concludememorynode(), which gives us a
place to put code that is common between those two functions (which is
quite a bit).
Details
Details
- Reviewers
phillco indygreg - Group Reviewers
hg-reviewers - Commits
- rHG5f99142f59cc: rebase: extract common _concludenode()
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped