##// END OF EJS Templates
Fix undo after aborted commit bug...
Fix undo after aborted commit bug Commit would overwrite undo.dirstate unconditionally, so an undo after an aborted commit would restore the dirstate from the aborted commit and not the prior transaction. This copies dirstate to journal.dirstate and moves it after a successful transaction.

File last commit:

r0:9117c656 default
r785:46a8dd31 default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer