A side-effect is that the transaction is released a little earlier, so
the "commit message saved in ..." messages now comes after the
"rollback completed" message. That seems slightly better to me.
Details
Details
- Reviewers
durin42 lothiraldan - Group Reviewers
hg-reviewers - Commits
- rHG57c462db87fd: localrepo: use context manager for transaction in commit()
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.
Event Timeline
Comment Actions
I have the impression that the test changes are due to the previous patch in the stack.
Comment Actions
Right, I was confused between the time the transaction was closed and the time the transaction was released.