Once we've set rebaseruntime.prepared = True, rebaseruntime.repo
starts returning the unfiltered repo. That will make my next patch
break, because that patch moves the call to rewriteutil.precheck()
after the call to _handleskippingobsolete(), which current happens
after prepared = True. We therefore need to prepare by moving
prepared = True a bit later, after _handleskippingobsolete(). I
don't think that matters for that call.
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHGc2438f2f635c: rebase: set `prepared = True` at very end of `_preparenewrebase()`
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.