log mercurial/localrepo.py @ 34065:c6c8a52e28c9

age author description
Wed, 09 Aug 2017 23:52:25 -0700 Gregory Szorc localrepo: use peer interfaces
Thu, 10 Aug 2017 18:55:33 -0400 Augie Fackler merge with stable
Wed, 19 Jul 2017 13:34:06 -0700 Martin von Zweigbergk repo: skip invalidation of changelog if it has 'delayed' changes (API)
Mon, 07 Aug 2017 20:17:02 -0700 Gregory Szorc localrepo: remove unused requirements attributes on localpeer (API)
Sun, 06 Aug 2017 17:44:56 -0700 Gregory Szorc exchange: drop support for lock-based unbundling (BC)
Wed, 26 Jul 2017 22:10:15 +0900 Yuya Nishihara pathauditor: disable cache of audited paths by default (issue5628) stable
Wed, 26 Jul 2017 22:10:15 +0900 Yuya Nishihara pathauditor: disable cache of audited paths by default (issue5628) stable
Mon, 17 Jul 2017 11:45:38 -0700 Gregory Szorc sparse: add a requirement when a repository uses sparse (BC)
Sun, 16 Jul 2017 02:20:06 +0200 Boris Feld transaction-summary: display the summary for all transactions
Sat, 15 Jul 2017 23:49:22 +0200 Boris Feld share: share 'cachevfs' with the source clone (issue5108)
Sat, 15 Jul 2017 23:05:15 +0200 Boris Feld cachevfs: add a devel warning for cache access though 'vfs'
Sat, 15 Jul 2017 23:05:04 +0200 Boris Feld cachevfs: add a vfs dedicated to cache
Sat, 15 Jul 2017 22:40:51 +0200 Boris Feld vfsward: register 'write with no lock' warnings as 'check-locks' config
Mon, 10 Jul 2017 20:26:53 +0200 Boris Feld bookmark: track bookmark changes at the transaction level
Fri, 14 Jul 2017 14:22:40 -0700 Jun Wu codemod: register core configitems using a script
Tue, 11 Jul 2017 01:05:27 +0200 Boris Feld localrepo: use the 'registernew' function to set the phase of new commit
Tue, 11 Jul 2017 02:39:52 +0200 Boris Feld phases: track phase movements in 'advanceboundary'
Wed, 12 Jul 2017 15:24:07 -0700 Adam Simpkins dirstate: update backup functions to take full backup filename
Mon, 08 Aug 2016 18:14:42 +0200 Boris Feld reposvfs: add a ward to check if locks are properly taken
Tue, 11 Jul 2017 12:38:17 +0200 Boris Feld repovfs: add a ward to check if locks are properly taken
Tue, 11 Jul 2017 11:21:04 -0700 Martin von Zweigbergk py3: make localrepo filtered repo cache work on py3
Sat, 01 Jul 2017 20:51:19 -0700 Gregory Szorc localrepo: cache types for filtered repos (issue5043)
Mon, 10 Jul 2017 23:09:51 +0900 FUJIWARA Katsunori localrepo: add isfilecached to check filecache-ed property is already cached
Sat, 08 Jul 2017 16:18:04 -0700 Gregory Szorc dirstate: expose a sparse matcher on dirstate (API)
Sat, 24 Jun 2017 15:29:42 -0700 Jun Wu revset: make repo.anyrevs accept customized alias override (API)
Thu, 06 Jul 2017 12:20:53 -0700 Gregory Szorc localrepo: add sparse caches
Tue, 04 Jul 2017 23:13:46 +0900 FUJIWARA Katsunori transaction: avoid file stat ambiguity only for files in blacklist
Tue, 04 Jul 2017 23:13:46 +0900 FUJIWARA Katsunori localrepo: store path and vfs location of cached properties
Wed, 05 Jul 2017 11:55:26 -0400 Augie Fackler merge with stable
Sun, 02 Jul 2017 02:19:05 +0200 Pierre-Yves David auditor: add simple comment about repo.auditor and al