log mercurial/lock.py @ 4220:ea976f5f3fa3

age author description
Mon, 20 Nov 2006 19:36:28 +0100 Thomas Arendsen Hein Don't step into an endless loop when lock file is empty.
Sat, 12 Aug 2006 12:30:02 -0700 Vadim Gelfer update copyrights.
Sun, 09 Jul 2006 01:30:30 +0200 Benoit Boissinot use __contains__, index or split instead of str.find
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)