log mercurial/localrepo.py @ 30805:0ae287eb6a4f

age author description
Sun, 18 Dec 2016 01:34:41 +0530 Pulkit Goyal py3: replace os.environ with encoding.environ (part 1 of 5)
Tue, 06 Dec 2016 17:06:39 +0000 Jun Wu localrepo: use ProgrammingError
Sun, 04 Dec 2016 23:22:34 +0530 Pulkit Goyal localrepository: remove None as default value of path argument in __init__()
Thu, 17 Nov 2016 10:59:15 -0800 Mateusz Kwapich localrepo: make it possible to reuse manifest when commiting context
Mon, 21 Nov 2016 21:32:55 -0500 Augie Fackler localrepo: refer to checkunresolved by its new name
Mon, 21 Nov 2016 21:06:34 -0500 Augie Fackler localrepo: refer to dirstateguard by its new name
Thu, 10 Nov 2016 02:13:19 -0800 Durham Goode manifest: delete manifest.manifest class
Thu, 10 Nov 2016 02:13:19 -0800 Durham Goode localrepo: delete localrepo.manifest
Tue, 08 Nov 2016 08:03:43 -0800 Durham Goode manifest: remove manifest.add and add memmfctx.write
Mon, 17 Oct 2016 23:16:55 +0200 Mads Kiilerich spelling: fixes of non-dictionary words
Wed, 02 Nov 2016 18:45:53 +0000 timeless cmdutil: refactor checkunresolved
Tue, 18 Oct 2016 17:33:39 -0700 Durham Goode manifest: make manifestlog a storecache stable
Tue, 18 Oct 2016 17:32:51 -0700 Durham Goode manifest: move manifest creation to a helper function stable
Sun, 16 Oct 2016 10:38:52 -0700 Gregory Szorc exchange: refactor APIs to obtain bundle data (API)
Tue, 20 Sep 2016 23:48:08 +0000 timeless localrepo: use single quotes in use warning
Tue, 20 Sep 2016 12:24:01 -0700 Durham Goode manifest: add manifestlog.add
Mon, 12 Sep 2016 03:06:29 +0900 FUJIWARA Katsunori localrepo: make _refreshfilecachestats unfiltered method to refresh correctly
Mon, 12 Sep 2016 03:06:28 +0900 FUJIWARA Katsunori localrepo: make invalidate avoid invalidating store inside transaction (API)
Tue, 30 Aug 2016 09:25:00 -0700 Mark Ignacio lock: show more detail for new-style locks in lock waiting message (issue4752)
Wed, 17 Aug 2016 13:25:13 -0700 Durham Goode manifest: use property instead of field for manifest revlog storage
Wed, 17 Aug 2016 13:25:13 -0700 Durham Goode manifest: introduce manifestlog and manifestctx classes
Fri, 05 Aug 2016 12:47:03 -0400 Augie Fackler localrepo: jettison now-unused dirlog() method from localrepo
Fri, 05 Aug 2016 13:44:17 +0200 Pierre-Yves David develwarn: use the lock helper in local repo
Sat, 25 Jun 2016 19:12:20 -0700 Gregory Szorc scmutil: improve documentation of revset APIs
Fri, 17 Jun 2016 20:06:09 +0100 Martijn Pieters scmutil: allow access to filecache descriptor on class
Mon, 13 Jun 2016 05:11:56 +0900 FUJIWARA Katsunori localrepo: make restoring from backup at rollback avoid ambiguity of file stat
Fri, 10 Jun 2016 00:12:33 -0400 Augie Fackler cleanup: replace uses of util.(md5|sha1|sha256|sha512) with hashlib.\1
Wed, 25 May 2016 15:32:35 -0500 Matt Mackall merge with stable
Wed, 11 May 2016 14:18:52 -0700 Mateusz Kwapich localrepo: use dirstate savebackup instead of handling dirstate file manually
Fri, 13 May 2016 13:30:08 -0700 Mateusz Kwapich localrepo: use dirstate restorebackup instead of copying dirstate manually