Introduce a new lock_broken hook.
*Â tests/test_lockdir.py:
(TestLockDirHooks): Separate hook related tests from other lock
tests.
(TestLockDirHooks.test_LockDir_broken_success,
TestLockDirHooks.test_LockDir_broken_failure): Add tests for the
new lock_broken hook.
*Â lockdir.py:
(LockDir.force_break): Fire lock_broken hook.
*Â lock.py:
(LockHooks.__init__): Add lock_broken hook.