##// END OF EJS Templates
shelve: drop unnecessary backup of dirstate for phase-based case...
shelve: drop unnecessary backup of dirstate for phase-based case Regular shelve has a hack using an uncommitted transaction that's then aborted at the end of the operation. It preserves the dirstate across the abort, however, by saving a backup copy of it. Phase-based shelve instead commits the transaction, so the hack shouldn't be necessary there. Differential Revision: https://phab.mercurial-scm.org/D5389

File last commit:

r34398:765eb17a default
r40888:d7e44da4 default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer