comparison tests/dumbhttp.py @ 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 6eab50a34fed
children 0bb8c405a7c7
comparison
equal deleted inserted replaced
23220:3f543f6be500 23221:cadc9a723d60