log mercurial/localrepo.py @ 30492:77cd647b04ac

age author description
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
Thu, 05 May 2016 16:20:53 +0200 Pierre-Yves David transaction: turn lack of locking into a hard failure (API)
Thu, 19 May 2016 14:35:22 -0700 Mateusz Kwapich localrepo: prevent executable-bit only changes from being lost on amend stable
Fri, 06 May 2016 11:31:29 -0400 Augie Fackler localrepo: remove a couple of local type aliases
Wed, 04 May 2016 21:02:03 -0400 Augie Fackler localrepo: jettison parents() method per deprecation policy (API)
Wed, 06 Apr 2016 23:22:12 +0000 timeless pycompat: switch to util.urlreq/util.urlerr for py3 compat