mercurial/localrepo.py
Fri, 05 Aug 2016 14:09:04 +0200 Pierre-Yves David localrepo: deprecate 'repo.join' in favor of 'repo.vfs.join'
Fri, 05 Aug 2016 14:29:22 +0200 Pierre-Yves David localrepo: directly use repo.vfs.join
Fri, 05 Aug 2016 14:25:21 +0200 Pierre-Yves David repofilecache: directly use 'repo.vfs.join'
Fri, 05 Aug 2016 14:23:58 +0200 Pierre-Yves David repofilecache: define a 'join' method
Thu, 09 Mar 2017 15:10:27 -0800 Jun Wu localrepo: rename proxycls to filteredrepo
Thu, 02 Mar 2017 13:28:17 +0100 Pierre-Yves David vfs: use 'vfs' module directly in 'mercurial.localrepo'
Thu, 02 Mar 2017 21:49:30 -0800 Jun Wu localrepo: handle rename with hardlinks properly
Fri, 05 Aug 2016 13:56:10 +0200 Pierre-Yves David localrepo: deprecate 'repo.opener' (API)
Fri, 05 Aug 2016 13:53:45 +0200 Pierre-Yves David localrepo: deprecated 'repo.wopener' (API)
Fri, 05 Aug 2016 13:49:05 +0200 Pierre-Yves David localrepo: add some comment about role of various vfs object
Mon, 13 Feb 2017 14:05:24 +0100 Dan Villiom Podlaski Christiansen share: add --relative flag to store a relative path to the source
Sat, 25 Feb 2017 18:34:01 +0100 Pierre-Yves David color: initialize color for the localrepo ui
Tue, 21 Feb 2017 01:21:00 +0900 FUJIWARA Katsunori localrepo: check HG_PENDING strictly
Sun, 19 Feb 2017 20:00:18 +0900 Yuya Nishihara scmutil: proxy revrange() through repo to break import cycles
Sun, 19 Feb 2017 18:19:33 +0900 Yuya Nishihara revset: split language services to revsetlang module (API)
Wed, 15 Feb 2017 19:41:14 -0800 Jun Wu localrepo: move extension loading to a separate method
Mon, 13 Feb 2017 02:31:56 -0800 Stanislau Hlebik localrepo: avoid unnecessary sorting
Mon, 13 Feb 2017 02:26:18 -0800 Stanislau Hlebik localrepo: cache self.changelog in local variable
Thu, 02 Feb 2017 02:56:38 -0800 Stanislau Hlebik localrepo: avoid unnecessary conversion from node to rev
Fri, 13 Jan 2017 20:16:56 -0800 Gregory Szorc localrepo: experimental support for non-zlib revlog compression
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
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
Wed, 13 Apr 2016 01:09:11 +0200 Mads Kiilerich localrepo: refactor prepushoutgoinghook to take a pushop
Wed, 06 Apr 2016 18:08:38 +0000 timeless localrepo: drop force check from checkcommitpatterns
Wed, 06 Apr 2016 17:52:17 +0000 timeless localrepo: refactor commit argument check as checkcommitpatterns
Sat, 20 Feb 2016 15:25:27 -0800 Gregory Szorc localrepo: support background closing for wwrite()
Mon, 15 Feb 2016 13:20:20 -0800 Gregory Szorc localrepo: move new repo requirements into standalone function (API)
less more (0) -1000 -300 -100 -60 tip