mercurial/localrepo.py
Tue, 23 Apr 2019 13:29:13 -0700 Martin von Zweigbergk copies: write empty entries in changeset when also writing to filelog
Tue, 14 May 2019 16:40:49 -0700 Martin von Zweigbergk commit: fix a typo ("form p1" -> "from p1")
Fri, 03 May 2019 08:37:10 -0700 Martin von Zweigbergk localrepo: don't use defaults arguments that will never be overridden
Mon, 11 Mar 2019 02:35:18 +0100 Pierre-Yves David updatecaches: also warm hgtagsfnodescache
Sat, 06 Apr 2019 17:46:19 +0200 Pierre-Yves David repoview: introduce a `experimental.extra-filter-revs` config
Wed, 27 Dec 2017 19:49:36 -0800 Martin von Zweigbergk copies: add config option for writing copy metadata to file and/or changset
Wed, 27 Mar 2019 18:27:03 +0100 Pierre-Yves David compression: introduce an official `zstd-revlog` requirement
Tue, 16 Apr 2019 15:10:16 +0200 Pierre-Yves David compression: only declare revlog support for available engine
Thu, 04 Apr 2019 13:58:49 +0200 Pierre-Yves David repoview: keep the branchmap cache for the `served.hidden` view warm
Sat, 06 Apr 2019 10:44:22 +0200 Pierre-Yves David repoview: improve documentation for `repo.filtered` method
Fri, 05 Apr 2019 11:24:00 -0700 Martin von Zweigbergk localrepo: don't allow lookup of working directory revision
Mon, 25 Dec 2017 05:55:50 -0800 Martin von Zweigbergk localrepo: rename crev in _filecommit() to cnode, since it's a node
Wed, 27 Mar 2019 18:26:54 +0100 Pierre-Yves David compression: introduce an official `format.revlog-compression` option
Wed, 27 Mar 2019 18:35:59 +0100 Pierre-Yves David compression: introduce a `storage.revlog.zstd.level` configuration
Wed, 27 Mar 2019 18:35:27 +0100 Pierre-Yves David compression: introduce a `storage.revlog.zlib.level` configuration
Mon, 18 Mar 2019 19:31:45 +0300 Pulkit Goyal branchcache: introduce hasbranch()
Mon, 18 Mar 2019 18:59:38 +0300 Pulkit Goyal branchmap: remove the dict interface from the branchcache class (API)
Mon, 11 Mar 2019 02:34:12 +0100 Pierre-Yves David updatecaches: also warm the tags caches
Mon, 11 Mar 2019 02:32:21 +0100 Pierre-Yves David updatecaches: also warm revbranchcache for filtered revisions
Sat, 09 Feb 2019 23:01:30 +0100 Pierre-Yves David transaction: include txnname in the hookargs dictionary
Mon, 04 Mar 2019 16:08:44 +0100 Pierre-Yves David localrepo: explicit `_lock` arguments in `lock`
Wed, 27 Feb 2019 12:40:18 +0100 Pierre-Yves David storage: introduce a `revlog.reuse-external-delta` config
Wed, 27 Feb 2019 10:49:25 +0100 Pierre-Yves David storage: introduce a `revlog.reuse-external-delta-parent` config
Wed, 27 Dec 2017 22:31:24 -0800 Martin von Zweigbergk commit: migrate to new method for getting copy info
Sun, 10 Feb 2019 22:41:51 -0800 Martin von Zweigbergk commit: respect ui.relative-paths
Sat, 09 Feb 2019 22:50:53 -0800 Martin von Zweigbergk match: delete unused root and cwd arguments from {always,never,exact}() (API)
Sun, 10 Feb 2019 14:35:36 -0800 Martin von Zweigbergk match: delete unused root and cwd arguments to constructors (API)
Mon, 21 Jan 2019 17:37:33 +0000 Martijn Pieters branchmap: encapsulate cache updating in the map itself
Mon, 04 Feb 2019 20:35:21 +0300 Pulkit Goyal merge with stable
Wed, 30 Jan 2019 18:15:38 +0100 Boris Feld sparserevlog: document the config option stable
Thu, 24 Jan 2019 16:25:19 -0800 Martin von Zweigbergk localrepo: slightly simplify check for removed parents in _rollback()
Thu, 17 Jan 2019 09:17:12 -0800 Martin von Zweigbergk cleanup: delete lots of unused local variables
Mon, 24 Sep 2018 14:46:37 -0700 Martin von Zweigbergk localrepo: use context manager for lock and transaction in commitctx()
Wed, 16 Jan 2019 17:34:59 -0800 Martin von Zweigbergk localrepo: use context manager for locks in commit()
Wed, 16 Jan 2019 17:33:47 -0800 Martin von Zweigbergk localrepo: use context manager for transaction in commit()
Wed, 16 Jan 2019 17:46:39 -0800 Martin von Zweigbergk commit: print "commit message saved in" message also if bookmark update fails
Fri, 18 Jan 2019 16:03:37 +0100 Boris Feld mmap: backed out changeset 875d2af8cb4e stable
Sat, 29 Dec 2018 23:40:18 -0800 Martin von Zweigbergk narrow: move copytonarrowspec() out of setnarrowpats()
Sat, 29 Dec 2018 23:09:07 -0800 Martin von Zweigbergk narrow: drop now-unnecessary reassignment of repo attributes
Sat, 29 Dec 2018 23:35:05 -0800 Martin von Zweigbergk narrow: extract repo property for store narrowmatcher
Sat, 29 Dec 2018 23:01:12 -0800 Martin von Zweigbergk narrow: copy store narrowspec to working copy immediately
Sat, 29 Dec 2018 22:34:38 -0800 Martin von Zweigbergk narrow: include working copy narrowspec in transaction journal
Thu, 10 Jan 2019 13:36:25 -0800 Martin von Zweigbergk narrow: include journal.narrowspec in transaction journal
Fri, 04 Jan 2019 13:41:21 +0100 Boris Feld revset: introduce an API that avoids `formatspec` input serialization
Wed, 09 Jan 2019 17:41:36 -0800 Gregory Szorc revlog: always enable generaldelta on version 2 revlogs
Fri, 21 Dec 2018 10:13:49 -0800 Martin von Zweigbergk narrow: detect if narrowspec was changed in a different share
Mon, 03 Dec 2018 22:22:23 -0800 Martin von Zweigbergk manifest: accept narrowmatch into constructor instead of getting from repo
Mon, 12 Nov 2018 01:42:03 +0100 Boris Feld sparse-revlog: disable sparse-revlog if config disable general-delta
Thu, 15 Nov 2018 02:55:33 +0100 Boris Feld repo: add a `wcachevfs` to access the `.hg/wcache/` directory
Thu, 15 Nov 2018 02:46:31 +0100 Boris Feld cache: create `wcache` directory at init time
Thu, 15 Nov 2018 02:38:55 +0100 Boris Feld cache: create `cache` directory at init time
Fri, 23 Nov 2018 06:07:33 +0100 Boris Feld mmapindex: move the 'mmapindexthreshold' option out of experimental
Sun, 02 Jul 2017 04:06:24 +0200 Boris Feld vfs: extract the audit path logic into a submethod
Thu, 22 Nov 2018 18:44:07 +0100 Boris Feld vfs: treat 'undo.' file the same as 'journal.' file
Tue, 20 Nov 2018 10:38:15 +0000 Boris Feld tags: cache `repo.changelog` access when checking tags nodes
Mon, 12 Nov 2018 21:10:51 +0900 Yuya Nishihara extensions: add "uipopulate" hook, called per instance, not per process
Sun, 25 Nov 2018 22:39:54 +0900 Yuya Nishihara localrepo: correct docstring of filectx()
Mon, 05 Nov 2018 14:14:32 -0800 Gregory Szorc localrepo: extract loading of hgrc files to standalone function
Sat, 20 Oct 2018 17:56:00 +0900 Yuya Nishihara filecache: unimplement __set__() and __delete__() (API)
Sat, 20 Oct 2018 19:13:05 +0900 Yuya Nishihara filecache: use try-except for faster __dict__ lookup
less more (0) -1000 -300 -100 -60 tip