Mercurial > hg
comparison tests/test-add.t @ 23221:cadc9a723d60
changegroup: use the 'postclose' API on transaction
The post-transaction hooks run after the lock release (because hooks may want to
touch the repository), but they must only run if the transaction is successfully
closed.
We use the new 'addpostclose' method on transaction to register a callback
installing this post-lock-release call.
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Tue, 28 Oct 2014 15:44:23 +0100 |
parents | b081decd9062 |
children | 10697f29af2b |
comparison
equal
deleted
inserted
replaced
23220:3f543f6be500 | 23221:cadc9a723d60 |
---|