Mercurial > public > mercurial-scm > hg-stable
log mercurial/lock.py @ 26957:d16d73173fdd
age | author | description |
---|---|---|
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 |