Mercurial > public > mercurial-scm > hg
log mercurial/localrepo.py @ 45625:c11099cc1de4
age | author | description |
---|---|---|
Fri, 18 Sep 2020 08:27:43 -0700 | Martin von Zweigbergk | locking: remove support for inheriting locks in subprocess |
Fri, 18 Sep 2020 20:19:52 +0900 | Yuya Nishihara | share: do not write working-copy requirements twice |
Tue, 15 Sep 2020 22:40:26 -0700 | Martin von Zweigbergk | mergestate: make some callers not pass pointless node argument |
Thu, 02 Jul 2020 16:23:36 +0530 | Pulkit Goyal | localrepo: load the share source .hg/hgrc also in share-safe mode (API) |
Tue, 14 Apr 2020 21:07:09 +0530 | Pulkit Goyal | share: introduce config option to store requires in .hg/store |
Fri, 11 Sep 2020 15:52:06 -0700 | Kyle Lippincott | repo: avoid copying/updating a dict on every `repo.__getitem__` |
Tue, 08 Sep 2020 18:46:01 +0530 | Pulkit Goyal | localrepo: warn if we are writing to cache without a lock |