log mercurial/lock.py @ 34693:56bb07a0b75c

age author description
Mon, 01 May 2017 19:59:13 +0900 FUJIWARA Katsunori lock: avoid unintentional lock acquisition at failure of readlock stable
Mon, 01 May 2017 19:58:52 +0900 FUJIWARA Katsunori lock: avoid unintentional lock acquisition at failure of readlock stable
Sun, 12 Mar 2017 16:26:34 -0700 Yuya Nishihara lock: do not encode result of gethostname on Python 2
Sun, 12 Mar 2017 03:28:50 -0400 Augie Fackler lock: encode result of gethostname into a bytestring
Sun, 12 Mar 2017 03:29:04 -0400 Augie Fackler lock: use %d to format integer into a bytestring
Fri, 10 Feb 2017 13:56:31 -0800 Jun Wu lock: include Linux pid namespace identifier in prefix
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