log mercurial/localrepo.py @ 33256:4ea0b7a613f9

age author description
Sun, 02 Jul 2017 02:19:05 +0200 Pierre-Yves David auditor: add simple comment about repo.auditor and al
Tue, 27 Jun 2017 02:45:09 +0200 Pierre-Yves David transaction: track new obsmarkers in the 'changes' mapping
Fri, 30 Jun 2017 03:42:30 +0200 Pierre-Yves David configitems: register the 'format.usestore' config
Fri, 30 Jun 2017 03:42:28 +0200 Pierre-Yves David configitems: register the 'format.usefncache' config
Fri, 30 Jun 2017 03:42:22 +0200 Pierre-Yves David configitems: register the 'format.dotencode' config
Fri, 30 Jun 2017 03:42:20 +0200 Pierre-Yves David configitems: register the 'format.aggressivemergedeltas' config
Fri, 23 Jun 2017 13:49:34 +0200 Pierre-Yves David revlog: add an experimental option to mitigated delta issues (issue5480)
Fri, 30 Jun 2017 01:47:49 +0900 FUJIWARA Katsunori localrepo: factor out base of filecache annotation class
Tue, 04 Jul 2017 10:17:14 -0400 Augie Fackler revlog: backed out changeset e9d325cfe071 stable
Fri, 23 Jun 2017 13:49:34 +0200 Pierre-Yves David revlog: add an experimental option to mitigated delta issues (issue5480) stable
Sat, 17 Jun 2017 14:53:25 +0530 Pulkit Goyal py3: use '%d' instead of '%s' for integers
Thu, 15 Jun 2017 15:13:18 -0700 Martin von Zweigbergk localrepo: remove unused addchangegroup() (API)
Mon, 12 Jun 2017 13:56:50 -0700 Siddharth Agarwal workingctx: add a way for extensions to run code at status fixup time
Thu, 08 Jun 2017 23:23:37 -0700 Gregory Szorc localrepo: move filtername to __init__
Thu, 08 Jun 2017 21:54:30 -0700 Gregory Szorc obsolete: move obsstore creation logic from localrepo