log mercurial/lock.py @ 30920:dc9f086c7691

age author description
Fri, 10 Feb 2017 13:35:21 -0800 Jun Wu lock: move lock._host calculation to a function
Sat, 16 Apr 2016 09:00:15 -0700 Gregory Szorc lock: clear postrelease hooks list after usage
Wed, 03 Feb 2016 09:11:22 +0000 timeless util: enable getpid to be replaced
Fri, 15 Jan 2016 13:14:45 -0800 Bryan O'Sullivan lock: turn a lock into a Python context manager
Tue, 06 Oct 2015 13:13:31 -0700 Siddharth Agarwal lock: add a way to prevent locks from being inherited
Sun, 04 Oct 2015 20:04:44 -0700 Siddharth Agarwal lock.release: don't call postrelease functions for inherited locks
Sun, 04 Oct 2015 20:02:50 -0700 Siddharth Agarwal lock: turn prepinherit/reacquire into a single context manager
Thu, 24 Sep 2015 22:07:55 -0700 Siddharth Agarwal lock: recognize parent locks while acquiring
Thu, 24 Sep 2015 21:26:37 -0700 Siddharth Agarwal lock: add a wrapper to os.getpid() to make testing easier
Thu, 24 Sep 2015 16:03:26 -0700 Siddharth Agarwal lock.release: do not unlink inherited locks
Thu, 24 Sep 2015 16:00:41 -0700 Siddharth Agarwal lock: add a method to reacquire the lock after subprocesses exit
Thu, 24 Sep 2015 10:37:13 -0700 Siddharth Agarwal lock: add a method to prepare the lock for inheritance
Thu, 24 Sep 2015 15:57:11 -0700 Siddharth Agarwal lock: introduce state to keep track of inheritance
Tue, 22 Sep 2015 14:09:42 -0700 Siddharth Agarwal lock: move acquirefn call to inside the lock
Wed, 16 Sep 2015 19:52:06 -0700 Siddharth Agarwal lock: factor out lock testing into a separate function