##// END OF EJS Templates
rebase: set `prepared = True` at very end of `_preparenewrebase()`...
rebase: set `prepared = True` at very end of `_preparenewrebase()` 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. Differential Revision: https://phab.mercurial-scm.org/D10257

File last commit:

r44031:2e017696 default
r47591:c2438f2f default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer