Fri, 03 Nov 2017 17:07:29 -0400 |
Augie Fackler |
localrepo: specify optional callback parameter to pathauditor as a keyword
|
file |
diff |
annotate
|
Sat, 04 Nov 2017 19:21:39 +0900 |
Yuya Nishihara |
subrepo: extract preprocess of repo.commit() to free function
stable
|
file |
diff |
annotate
|
Wed, 18 Oct 2017 09:07:48 +0200 |
Paul Morelle |
sparse-read: skip gaps too small to be worth splitting
|
file |
diff |
annotate
|
Sat, 14 Oct 2017 17:05:41 +0200 |
Paul Morelle |
revlog-sparse-read: add a lower-threshold for read block size
|
file |
diff |
annotate
|
Tue, 10 Oct 2017 17:50:27 +0200 |
Paul Morelle |
revlog: introduce an experimental flag to slice chunks reads when too sparse
|
file |
diff |
annotate
|
Sun, 08 Oct 2017 17:23:18 +0200 |
Boris Feld |
phase: add a dedicated pretxnclose-phase hook
|
file |
diff |
annotate
|
Sun, 08 Oct 2017 17:50:46 +0200 |
Boris Feld |
phase: add a dedicated txnclose-phase hook
|
file |
diff |
annotate
|
Sun, 08 Oct 2017 18:50:14 +0200 |
Boris Feld |
bookmark: add a dedicated pretxnclose-bookmark hook
|
file |
diff |
annotate
|
Tue, 10 Oct 2017 17:53:42 +0200 |
Boris Feld |
bookmark: add a dedicated txnclose-bookmark hook
|
file |
diff |
annotate
|
Sun, 08 Oct 2017 20:43:46 +0200 |
Boris Feld |
configitems: register the 'experimental.mmapindexthreshold' config
|
file |
diff |
annotate
|
Sun, 08 Oct 2017 20:42:19 +0200 |
Boris Feld |
configitems: register the 'experimental.maxdeltachainspan' config
|
file |
diff |
annotate
|
Sat, 30 Sep 2017 07:44:34 -0400 |
Augie Fackler |
localrepo: remove superfluous pass statements
|
file |
diff |
annotate
|
Wed, 13 Sep 2017 17:26:26 +0000 |
Mark Thomas |
revlog: add option to mmap revlog index
|
file |
diff |
annotate
|
Sun, 10 Sep 2017 18:48:42 -0700 |
Durham Goode |
changegroup: replace changegroup with makechangegroup
|
file |
diff |
annotate
|
Sun, 10 Sep 2017 18:43:59 -0700 |
Durham Goode |
changegroup: replace changegroupsubset with makechangegroup
|
file |
diff |
annotate
|
Wed, 09 Aug 2017 23:52:25 -0700 |
Gregory Szorc |
localrepo: use peer interfaces
|
file |
diff |
annotate
|
Thu, 10 Aug 2017 18:55:33 -0400 |
Augie Fackler |
merge with stable
|
file |
diff |
annotate
|
Wed, 19 Jul 2017 13:34:06 -0700 |
Martin von Zweigbergk |
repo: skip invalidation of changelog if it has 'delayed' changes (API)
|
file |
diff |
annotate
|
Mon, 07 Aug 2017 20:17:02 -0700 |
Gregory Szorc |
localrepo: remove unused requirements attributes on localpeer (API)
|
file |
diff |
annotate
|
Sun, 06 Aug 2017 17:44:56 -0700 |
Gregory Szorc |
exchange: drop support for lock-based unbundling (BC)
|
file |
diff |
annotate
|
Wed, 26 Jul 2017 22:10:15 +0900 |
Yuya Nishihara |
pathauditor: disable cache of audited paths by default (issue5628)
stable
|
file |
diff |
annotate
|
Wed, 26 Jul 2017 22:10:15 +0900 |
Yuya Nishihara |
pathauditor: disable cache of audited paths by default (issue5628)
stable
|
file |
diff |
annotate
|
Mon, 17 Jul 2017 11:45:38 -0700 |
Gregory Szorc |
sparse: add a requirement when a repository uses sparse (BC)
|
file |
diff |
annotate
|
Sun, 16 Jul 2017 02:20:06 +0200 |
Boris Feld |
transaction-summary: display the summary for all transactions
|
file |
diff |
annotate
|
Sat, 15 Jul 2017 23:49:22 +0200 |
Boris Feld |
share: share 'cachevfs' with the source clone (issue5108)
|
file |
diff |
annotate
|
Sat, 15 Jul 2017 23:05:15 +0200 |
Boris Feld |
cachevfs: add a devel warning for cache access though 'vfs'
|
file |
diff |
annotate
|
Sat, 15 Jul 2017 23:05:04 +0200 |
Boris Feld |
cachevfs: add a vfs dedicated to cache
|
file |
diff |
annotate
|
Sat, 15 Jul 2017 22:40:51 +0200 |
Boris Feld |
vfsward: register 'write with no lock' warnings as 'check-locks' config
|
file |
diff |
annotate
|
Mon, 10 Jul 2017 20:26:53 +0200 |
Boris Feld |
bookmark: track bookmark changes at the transaction level
|
file |
diff |
annotate
|
Fri, 14 Jul 2017 14:22:40 -0700 |
Jun Wu |
codemod: register core configitems using a script
|
file |
diff |
annotate
|
Tue, 11 Jul 2017 01:05:27 +0200 |
Boris Feld |
localrepo: use the 'registernew' function to set the phase of new commit
|
file |
diff |
annotate
|
Tue, 11 Jul 2017 02:39:52 +0200 |
Boris Feld |
phases: track phase movements in 'advanceboundary'
|
file |
diff |
annotate
|
Wed, 12 Jul 2017 15:24:07 -0700 |
Adam Simpkins |
dirstate: update backup functions to take full backup filename
|
file |
diff |
annotate
|
Mon, 08 Aug 2016 18:14:42 +0200 |
Boris Feld |
reposvfs: add a ward to check if locks are properly taken
|
file |
diff |
annotate
|
Tue, 11 Jul 2017 12:38:17 +0200 |
Boris Feld |
repovfs: add a ward to check if locks are properly taken
|
file |
diff |
annotate
|
Tue, 11 Jul 2017 11:21:04 -0700 |
Martin von Zweigbergk |
py3: make localrepo filtered repo cache work on py3
|
file |
diff |
annotate
|
Sat, 01 Jul 2017 20:51:19 -0700 |
Gregory Szorc |
localrepo: cache types for filtered repos (issue5043)
|
file |
diff |
annotate
|
Mon, 10 Jul 2017 23:09:51 +0900 |
FUJIWARA Katsunori |
localrepo: add isfilecached to check filecache-ed property is already cached
|
file |
diff |
annotate
|
Sat, 08 Jul 2017 16:18:04 -0700 |
Gregory Szorc |
dirstate: expose a sparse matcher on dirstate (API)
|
file |
diff |
annotate
|
Sat, 24 Jun 2017 15:29:42 -0700 |
Jun Wu |
revset: make repo.anyrevs accept customized alias override (API)
|
file |
diff |
annotate
|
Thu, 06 Jul 2017 12:20:53 -0700 |
Gregory Szorc |
localrepo: add sparse caches
|
file |
diff |
annotate
|
Tue, 04 Jul 2017 23:13:46 +0900 |
FUJIWARA Katsunori |
transaction: avoid file stat ambiguity only for files in blacklist
|
file |
diff |
annotate
|
Tue, 04 Jul 2017 23:13:46 +0900 |
FUJIWARA Katsunori |
localrepo: store path and vfs location of cached properties
|
file |
diff |
annotate
|
Wed, 05 Jul 2017 11:55:26 -0400 |
Augie Fackler |
merge with stable
|
file |
diff |
annotate
|
Sun, 02 Jul 2017 02:19:05 +0200 |
Pierre-Yves David |
auditor: add simple comment about repo.auditor and al
|
file |
diff |
annotate
|
Tue, 27 Jun 2017 02:45:09 +0200 |
Pierre-Yves David |
transaction: track new obsmarkers in the 'changes' mapping
|
file |
diff |
annotate
|
Fri, 30 Jun 2017 03:42:30 +0200 |
Pierre-Yves David |
configitems: register the 'format.usestore' config
|
file |
diff |
annotate
|
Fri, 30 Jun 2017 03:42:28 +0200 |
Pierre-Yves David |
configitems: register the 'format.usefncache' config
|
file |
diff |
annotate
|
Fri, 30 Jun 2017 03:42:22 +0200 |
Pierre-Yves David |
configitems: register the 'format.dotencode' config
|
file |
diff |
annotate
|
Fri, 30 Jun 2017 03:42:20 +0200 |
Pierre-Yves David |
configitems: register the 'format.aggressivemergedeltas' config
|
file |
diff |
annotate
|
Fri, 23 Jun 2017 13:49:34 +0200 |
Pierre-Yves David |
revlog: add an experimental option to mitigated delta issues (issue5480)
|
file |
diff |
annotate
|
Fri, 30 Jun 2017 01:47:49 +0900 |
FUJIWARA Katsunori |
localrepo: factor out base of filecache annotation class
|
file |
diff |
annotate
|
Tue, 04 Jul 2017 10:17:14 -0400 |
Augie Fackler |
revlog: backed out changeset e9d325cfe071
stable
|
file |
diff |
annotate
|
Fri, 23 Jun 2017 13:49:34 +0200 |
Pierre-Yves David |
revlog: add an experimental option to mitigated delta issues (issue5480)
stable
|
file |
diff |
annotate
|
Sat, 17 Jun 2017 14:53:25 +0530 |
Pulkit Goyal |
py3: use '%d' instead of '%s' for integers
|
file |
diff |
annotate
|
Thu, 15 Jun 2017 15:13:18 -0700 |
Martin von Zweigbergk |
localrepo: remove unused addchangegroup() (API)
|
file |
diff |
annotate
|
Mon, 12 Jun 2017 13:56:50 -0700 |
Siddharth Agarwal |
workingctx: add a way for extensions to run code at status fixup time
|
file |
diff |
annotate
|
Thu, 08 Jun 2017 23:23:37 -0700 |
Gregory Szorc |
localrepo: move filtername to __init__
|
file |
diff |
annotate
|
Thu, 08 Jun 2017 21:54:30 -0700 |
Gregory Szorc |
obsolete: move obsstore creation logic from localrepo
|
file |
diff |
annotate
|
Fri, 19 May 2017 20:29:11 -0700 |
Gregory Szorc |
revlog: skeleton support for version 2 revlogs
|
file |
diff |
annotate
|
Fri, 19 Aug 2016 18:40:35 +0900 |
Yuya Nishihara |
localrepo: map integer and hex wdir identifiers to workingctx
|
file |
diff |
annotate
|
Thu, 25 May 2017 23:18:02 +0900 |
Yuya Nishihara |
localrepo: document that __contains__() may raise LookupError
|
file |
diff |
annotate
|
Thu, 25 May 2017 01:45:52 +0200 |
Pierre-Yves David |
transaction: run _writejournal unfiltered
|
file |
diff |
annotate
|
Thu, 18 May 2017 16:43:56 -0400 |
Augie Fackler |
localrepo: extract bookmarkheads method to bookmarks.py
|
file |
diff |
annotate
|
Thu, 18 May 2017 18:01:48 -0400 |
Augie Fackler |
localrepo: mark walk convenience method as deprecated (API)
|
file |
diff |
annotate
|
Thu, 18 May 2017 17:11:14 -0400 |
Augie Fackler |
localrepo: migrate to context manager for changing dirstate parents
|
file |
diff |
annotate
|
Fri, 19 May 2017 13:09:23 +0200 |
Pierre-Yves David |
cache: make the cache updated callback easily accessible to extension
|
file |
diff |
annotate
|
Wed, 17 May 2017 20:01:29 -0700 |
Gregory Szorc |
localrepo: reformat set literals
|
file |
diff |
annotate
|
Wed, 17 May 2017 09:43:50 -0700 |
Martin von Zweigbergk |
match: remove ispartial()
|
file |
diff |
annotate
|
Sat, 13 May 2017 16:26:43 -0700 |
Gregory Szorc |
changelog: load pending file directly
|
file |
diff |
annotate
|
Fri, 10 Feb 2017 16:56:29 -0800 |
Martin von Zweigbergk |
cleanup: use set literals
|
file |
diff |
annotate
|
Tue, 02 May 2017 22:27:44 +0200 |
Pierre-Yves David |
caches: move the 'updating the branch cache' message in 'updatecaches'
|
file |
diff |
annotate
|
Tue, 02 May 2017 18:56:07 +0200 |
Pierre-Yves David |
caches: stop warming the cache after 'localrepo.commitctx'
|
file |
diff |
annotate
|
Tue, 02 May 2017 19:05:58 +0200 |
Pierre-Yves David |
caches: call 'repo.updatecache()' in 'repo.destroyed()'
|
file |
diff |
annotate
|
Tue, 02 May 2017 21:39:43 +0200 |
Pierre-Yves David |
caches: introduce a function to warm cache
|
file |
diff |
annotate
|
Tue, 02 May 2017 18:45:51 +0200 |
Pierre-Yves David |
transaction: track newly introduced revisions
|
file |
diff |
annotate
|
Wed, 03 May 2017 10:33:26 -0700 |
Martin von Zweigbergk |
localrepo: reuse exchange.bundle2requested()
|
file |
diff |
annotate
|
Tue, 02 May 2017 02:05:39 +0200 |
Pierre-Yves David |
cleanup: drop the deprecated 'localrepo._link' method
|
file |
diff |
annotate
|
Tue, 02 May 2017 02:04:55 +0200 |
Pierre-Yves David |
cleanup: drop the deprecated 'localrepo.wfile' method
|
file |
diff |
annotate
|
Tue, 02 May 2017 02:03:56 +0200 |
Pierre-Yves David |
cleanup: drop the deprecated 'localrepo.join' method
|
file |
diff |
annotate
|
Tue, 02 May 2017 02:03:04 +0200 |
Pierre-Yves David |
cleanup: drop the deprecated 'localrepo.tag' method
|
file |
diff |
annotate
|
Tue, 02 May 2017 02:01:47 +0200 |
Pierre-Yves David |
cleanup: drop the deprecated 'localrepo.opener' method
|
file |
diff |
annotate
|
Tue, 02 May 2017 02:01:15 +0200 |
Pierre-Yves David |
cleanup: drop the deprecated 'localrepo.wopener' method
|
file |
diff |
annotate
|
Tue, 28 Mar 2017 10:15:02 +0200 |
Pierre-Yves David |
track-tags: write all tag changes to a file
|
file |
diff |
annotate
|
Tue, 28 Mar 2017 10:14:55 +0200 |
Pierre-Yves David |
track-tags: compute the actual differences between tags pre/post transaction
|
file |
diff |
annotate
|
Tue, 28 Mar 2017 06:38:09 +0200 |
Pierre-Yves David |
track-tags: introduce first bits of tags tracking during transaction
|
file |
diff |
annotate
|
Tue, 04 Apr 2017 16:49:12 +0200 |
Pierre-Yves David |
localrepo: fix deprecation version for 'repo._link'
|
file |
diff |
annotate
|
Tue, 04 Apr 2017 16:48:58 +0200 |
Pierre-Yves David |
localrepo: fix deprecation version for 'repo.join'
|
file |
diff |
annotate
|
Tue, 28 Mar 2017 07:41:23 +0200 |
Pierre-Yves David |
tags: only return 'alltags' in 'findglobaltags'
|
file |
diff |
annotate
|
Tue, 28 Mar 2017 06:13:49 +0200 |
Pierre-Yves David |
tags: do not feed dictionaries to 'findglobaltags'
|
file |
diff |
annotate
|
Mon, 27 Mar 2017 16:00:47 +0200 |
Pierre-Yves David |
tags: deprecated 'repo.tag'
|
file |
diff |
annotate
|
Mon, 27 Mar 2017 15:58:31 +0200 |
Pierre-Yves David |
tags: move 'repo.tag' in the 'tags' module
|
file |
diff |
annotate
|
Mon, 27 Mar 2017 15:55:07 +0200 |
Pierre-Yves David |
tags: move '_tags' from 'repo' to 'tags' module
|
file |
diff |
annotate
|
Tue, 21 Mar 2017 06:50:28 -0700 |
Ryan McElroy |
localrepo: use tryunlink
|
file |
diff |
annotate
|
Tue, 21 Mar 2017 06:50:42 -0700 |
Ryan McElroy |
localrepo: improve vfs documentation
|
file |
diff |
annotate
|
Mon, 20 Mar 2017 22:06:57 -0400 |
Augie Fackler |
localrepo: use node.hex instead of awkward .encode('latin1')
|
file |
diff |
annotate
|
Sun, 19 Mar 2017 01:11:00 -0400 |
Augie Fackler |
localrepo: forcibly copy list of filecache keys
|
file |
diff |
annotate
|
Sun, 19 Mar 2017 01:10:02 -0400 |
Augie Fackler |
localrepo: turn hook kwargs back into strs before calling hook
|
file |
diff |
annotate
|
Sun, 19 Mar 2017 01:08:59 -0400 |
Augie Fackler |
localrepo: ensure transaction id is fully bytes on py3
|
file |
diff |
annotate
|
Mon, 13 Mar 2017 12:40:14 -0700 |
Gregory Szorc |
py3: add __bool__ to every class defining __nonzero__
|
file |
diff |
annotate
|
Thu, 16 Mar 2017 11:17:55 -0700 |
Pierre-Yves David |
localrepo: fix deprecation warning version of wfile
|
file |
diff |
annotate
|
Fri, 05 Aug 2016 14:15:45 +0200 |
Pierre-Yves David |
localrepo: deprecated '_link'
|
file |
diff |
annotate
|
Fri, 05 Aug 2016 14:19:31 +0200 |
Pierre-Yves David |
localrepo: use self.wvfs.islink directly
|
file |
diff |
annotate
|
Wed, 15 Mar 2017 00:27:17 -0700 |
Pierre-Yves David |
localrepo: deprecate 'wfile'
|
file |
diff |
annotate
|
Wed, 15 Mar 2017 00:29:09 -0700 |
Pierre-Yves David |
localrepo: use 'wvfs' instead of 'wfile'
|
file |
diff |
annotate
|
Tue, 14 Mar 2017 23:50:07 -0700 |
Pierre-Yves David |
localrepo: don't use mutable default argument value
|
file |
diff |
annotate
|
Fri, 05 Aug 2016 14:09:04 +0200 |
Pierre-Yves David |
localrepo: deprecate 'repo.join' in favor of 'repo.vfs.join'
|
file |
diff |
annotate
|
Fri, 05 Aug 2016 14:29:22 +0200 |
Pierre-Yves David |
localrepo: directly use repo.vfs.join
|
file |
diff |
annotate
|
Fri, 05 Aug 2016 14:25:21 +0200 |
Pierre-Yves David |
repofilecache: directly use 'repo.vfs.join'
|
file |
diff |
annotate
|
Fri, 05 Aug 2016 14:23:58 +0200 |
Pierre-Yves David |
repofilecache: define a 'join' method
|
file |
diff |
annotate
|
Thu, 09 Mar 2017 15:10:27 -0800 |
Jun Wu |
localrepo: rename proxycls to filteredrepo
|
file |
diff |
annotate
|
Thu, 02 Mar 2017 13:28:17 +0100 |
Pierre-Yves David |
vfs: use 'vfs' module directly in 'mercurial.localrepo'
|
file |
diff |
annotate
|
Thu, 02 Mar 2017 21:49:30 -0800 |
Jun Wu |
localrepo: handle rename with hardlinks properly
|
file |
diff |
annotate
|
Fri, 05 Aug 2016 13:56:10 +0200 |
Pierre-Yves David |
localrepo: deprecate 'repo.opener' (API)
|
file |
diff |
annotate
|
Fri, 05 Aug 2016 13:53:45 +0200 |
Pierre-Yves David |
localrepo: deprecated 'repo.wopener' (API)
|
file |
diff |
annotate
|
Fri, 05 Aug 2016 13:49:05 +0200 |
Pierre-Yves David |
localrepo: add some comment about role of various vfs object
|
file |
diff |
annotate
|
Mon, 13 Feb 2017 14:05:24 +0100 |
Dan Villiom Podlaski Christiansen |
share: add --relative flag to store a relative path to the source
|
file |
diff |
annotate
|
Sat, 25 Feb 2017 18:34:01 +0100 |
Pierre-Yves David |
color: initialize color for the localrepo ui
|
file |
diff |
annotate
|
Tue, 21 Feb 2017 01:21:00 +0900 |
FUJIWARA Katsunori |
localrepo: check HG_PENDING strictly
|
file |
diff |
annotate
|
Sun, 19 Feb 2017 20:00:18 +0900 |
Yuya Nishihara |
scmutil: proxy revrange() through repo to break import cycles
|
file |
diff |
annotate
|