My goal is to use rewriteutil.precheck() in the rebase code. Since
rebase does its own handling of divergent commits (it skips them
instead of erroring out), we need to have divergence-causing commits
filtered out early. This patch helps prepare for that.
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHGd95edcbe5c99: rebase: calculate obsolescense-related info earlier
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.