log mercurial/lock.py @ 2343:af81d8770620

age author description
Tue, 28 Mar 2006 09:01:07 -0800 Vadim Gelfer fix backtrace printed when cannot get lock.
Fri, 10 Mar 2006 08:31:31 -0800 Vadim Gelfer change lock format to let us detect and break stale locks.
Sun, 05 Mar 2006 01:37:28 -0800 Vadim Gelfer make lock module use demandload.
Tue, 21 Feb 2006 23:21:15 +0100 Benoit Boissinot add a timeout when a lock is held (default 1024 sec)
Mon, 20 Feb 2006 01:09:40 +0100 Benoit Boissinot Raise a different exception when the lock is not available
Fri, 18 Nov 2005 22:48:47 -0800 Eric Hopper Convert all classes to new-style classes by deriving them from object.
Fri, 11 Nov 2005 15:34:09 -0800 Benoit Boissinot add a releasefn keyword to lock.lock