# HG changeset patch # User Sylvain Thénault # Date 1265785543 -3600 # Node ID a3c1549a68c633646bacbc66eb48cc2fec6f4d06 # Parent 9b242051f46a8445cd71b76b07e1cd7282b5e2d5 fix name error introduced by bad merging of stable diff -r 9b242051f46a -r a3c1549a68c6 hooks/integrity.py --- a/hooks/integrity.py Tue Feb 09 19:51:19 2010 +0100 +++ b/hooks/integrity.py Wed Feb 10 08:05:43 2010 +0100 @@ -41,7 +41,7 @@ _UNIQUE_CONSTRAINTS_LOCK.acquire() asession.transaction_data['uniquecstrholder'] = True # register operation responsible to release the lock on commit/rollback - _ReleaseUniqueConstraintsHook(asession) + _ReleaseUniqueConstraintsOperation(asession) def _release_unique_cstr_lock(session): if 'uniquecstrholder' in session.transaction_data: