Tue, 22 May 2018 11:20:55 -0700 |
Kyle Lippincott |
localrepo: add docstring to _makedirstate to make it less likely to be removed
|
Wed, 16 May 2018 14:59:32 -0700 |
Kyle Lippincott |
narrow: only wrap dirstate functions once, instead of per-reposetup
|
Fri, 18 May 2018 21:24:06 +0900 |
Yuya Nishihara |
lock: add internal config to not replace signal handlers while locking
stable
|
Sat, 05 May 2018 11:34:03 +0900 |
Yuya Nishihara |
bookmarks: extract function that looks up bookmark names by node
|
Sun, 22 Apr 2018 11:54:10 -0700 |
Gregory Szorc |
interfaceutil: module to stub out zope.interface
stable
|
Thu, 19 Apr 2018 19:55:51 +0900 |
Yuya Nishihara |
context: translate FilteredIndex/LookupError at repo[changeid] (API)
stable
|
Sat, 14 Apr 2018 09:57:44 -0700 |
Gregory Szorc |
hg: pass command intents to repo/peer creation (API)
|
Sat, 14 Apr 2018 12:57:32 +0900 |
Yuya Nishihara |
revset: pass in lookup function instead of repo (API)
|
Fri, 13 Apr 2018 18:28:58 -0400 |
Augie Fackler |
localrepo: add some overlooked strkwargs love for py3
|
Fri, 13 Apr 2018 18:17:45 -0400 |
Augie Fackler |
py3: paper over differences in future exception handling
|
Fri, 13 Apr 2018 11:54:13 -0700 |
Gregory Szorc |
repository: remove ipeercommands from ipeerbase
|
Fri, 13 Apr 2018 12:13:42 -0700 |
Gregory Szorc |
wireproto: properly call clonebundles command
|
Fri, 13 Apr 2018 11:30:44 -0700 |
Gregory Szorc |
wireproto: use command executor for unbundle
|
Fri, 13 Apr 2018 11:12:19 -0700 |
Gregory Szorc |
wireproto: convert legacy commands to command executor
|
Wed, 11 Apr 2018 16:18:26 -0700 |
Gregory Szorc |
wireproto: remove iterbatch() from peer interface (API)
|
Fri, 13 Apr 2018 10:51:23 -0700 |
Gregory Szorc |
wireproto: implement command executor interface for version 1 peers
|
Wed, 11 Apr 2018 12:51:09 -0700 |
Gregory Szorc |
peer: scatter module to the wind (API)
|
Thu, 05 Apr 2018 00:04:09 -0700 |
Martin von Zweigbergk |
context: move handling of filtering error to revsymbol() (API)
|
Wed, 04 Apr 2018 14:57:58 -0700 |
Martin von Zweigbergk |
localrepo: use revsymbol in lookupbranch() too
|
Wed, 04 Apr 2018 14:31:09 -0700 |
Martin von Zweigbergk |
localrepo: drop "remote" argument from lookupbranch() (API)
|
Fri, 30 Mar 2018 18:57:13 -0700 |
Gregory Szorc |
peer: make ui an attribute
|
Tue, 03 Apr 2018 13:19:35 -0700 |
Martin von Zweigbergk |
repo: remove now-unused changectx() method (API)
|
Tue, 03 Apr 2018 15:08:09 -0700 |
Martin von Zweigbergk |
localrepo: use revsymbol() in lookup()
|
Wed, 21 Mar 2018 19:48:36 -0700 |
Gregory Szorc |
repository: define interface for local repositories
|
Thu, 29 Mar 2018 22:51:45 -0700 |
Martin von Zweigbergk |
context: move reuse of context object to repo.__getitem__ (API)
|
Thu, 29 Mar 2018 21:29:15 -0700 |
Martin von Zweigbergk |
context: avoid using a context object as a changeid
|
Tue, 20 Mar 2018 18:02:16 -0700 |
Gregory Szorc |
localrepo: make filterpats private (API)
|
Tue, 20 Mar 2018 17:30:30 -0700 |
Gregory Szorc |
localrepo: move featuresetupfuncs out of localrepository class (API)
|
Sat, 24 Mar 2018 15:10:51 +0900 |
Yuya Nishihara |
procutil: bulk-replace function calls to point to new module
|
Thu, 22 Mar 2018 21:56:20 +0900 |
Yuya Nishihara |
stringutil: bulk-replace call sites to point to new module
|
Wed, 21 Feb 2018 17:21:10 +0100 |
Boris Feld |
debugupdatecache: also warm rev branch cache
|
Fri, 09 Mar 2018 14:30:15 -0800 |
Martin von Zweigbergk |
transaction: add a name and a __repr__ implementation (API)
|
Fri, 02 Mar 2018 04:47:56 +0530 |
Pulkit Goyal |
py3: use pycompat.bytestr() to convert None to bytes
|
Wed, 28 Feb 2018 12:56:01 -0800 |
Martin von Zweigbergk |
narrow: move narrowmatch-related methods to localrepo
|
Sun, 25 Feb 2018 23:08:41 -0500 |
Augie Fackler |
py3: hunt down str(exception) instances and use util.forcebytestr
|
Sat, 24 Feb 2018 16:18:40 +0530 |
Pulkit Goyal |
py3: fix handling of keyword arguments at more places
|
Thu, 22 Feb 2018 20:04:42 -0500 |
Augie Fackler |
cleanup: say goodbye to manifestv2 format
|
Tue, 13 Feb 2018 23:00:01 -0700 |
Augie Fackler |
py3: introduce and use pycompat.getargspec
|
Tue, 06 Feb 2018 22:36:38 +0900 |
Yuya Nishihara |
subrepo: split non-core functions to new module
|
Sat, 03 Feb 2018 00:01:57 -0500 |
Matt Harbison |
localrepo: drop the deprecated walk() method (API)
|
Wed, 17 Jan 2018 21:48:37 -0500 |
Augie Fackler |
localrepo: pass transaction kwargs as strings, not bytes
|
Thu, 01 Feb 2018 12:38:04 -0800 |
Augie Fackler |
localrepo: consistently use native str when __dict__ is involved
|
Sat, 20 Jan 2018 13:41:57 -0800 |
Gregory Szorc |
exchange: return bundle info from getbundlechunks() (API)
|
Sat, 20 Jan 2018 13:54:36 -0800 |
Gregory Szorc |
bundle2: specify what capabilities will be used for
|
Fri, 19 Jan 2018 12:33:03 -0800 |
Martin von Zweigbergk |
localrepo: run cache-warming transaction callback before report callback
|
Fri, 19 Jan 2018 21:39:11 +0900 |
Yuya Nishihara |
localrepo: micro-optimize __len__() to bypass repoview
|
Wed, 17 Jan 2018 17:07:55 +0100 |
Boris Feld |
atomicupdate: add an experimental option to use atomictemp when updating
|
Wed, 17 Jan 2018 16:52:13 +0100 |
Boris Feld |
write: add the possibility to pass keyword argument from batchget to vfs
|
Wed, 10 Jan 2018 14:00:23 -0800 |
Martin von Zweigbergk |
transaction: register summary callbacks only at start of transaction (BC)
|
Fri, 22 Dec 2017 17:57:11 +0530 |
Pulkit Goyal |
repoview: add visibilityexceptions as an optional argument to repo.filtered()
|
Wed, 06 Dec 2017 15:46:41 +0100 |
Joerg Sonnenberger |
phases: drop the list with phase of each rev, always comput phase sets
|
Fri, 08 Dec 2017 01:23:34 +0100 |
Joerg Sonnenberger |
transaction: build changes['revs'] as range instead of a set
|
Tue, 05 Dec 2017 21:50:33 +0900 |
Yuya Nishihara |
repoview: extract a factory function of proxy class
|
Tue, 05 Dec 2017 21:37:30 +0900 |
Yuya Nishihara |
repoview: do not include filter name in name of proxy class
|
Wed, 29 Nov 2017 20:39:59 -0500 |
Boris Feld |
lock: allow to configure when the lock messages are displayed
|
Wed, 29 Nov 2017 20:36:29 -0500 |
Boris Feld |
lock: add a trylock method handling the timeout and messaging logic
|
Wed, 29 Nov 2017 21:00:02 -0500 |
Boris Feld |
lock: use configint for 'ui.timeout' config
|
Thu, 16 Nov 2017 03:52:42 +0100 |
Boris Feld |
server: introduce a 'experimental.single-head-per-branch' option
|
Thu, 30 Nov 2017 15:48:42 -0500 |
Augie Fackler |
merge with stable
|
Fri, 03 Nov 2017 17:19:56 -0400 |
Augie Fackler |
localrepo: update comments around path auditors
|
Fri, 03 Nov 2017 17:07:29 -0400 |
Augie Fackler |
localrepo: specify optional callback parameter to pathauditor as a keyword
|
Sat, 04 Nov 2017 19:21:39 +0900 |
Yuya Nishihara |
subrepo: extract preprocess of repo.commit() to free function
stable
|
Wed, 18 Oct 2017 09:07:48 +0200 |
Paul Morelle |
sparse-read: skip gaps too small to be worth splitting
|
Sat, 14 Oct 2017 17:05:41 +0200 |
Paul Morelle |
revlog-sparse-read: add a lower-threshold for read block size
|
Tue, 10 Oct 2017 17:50:27 +0200 |
Paul Morelle |
revlog: introduce an experimental flag to slice chunks reads when too sparse
|
Sun, 08 Oct 2017 17:23:18 +0200 |
Boris Feld |
phase: add a dedicated pretxnclose-phase hook
|
Sun, 08 Oct 2017 17:50:46 +0200 |
Boris Feld |
phase: add a dedicated txnclose-phase hook
|
Sun, 08 Oct 2017 18:50:14 +0200 |
Boris Feld |
bookmark: add a dedicated pretxnclose-bookmark hook
|
Tue, 10 Oct 2017 17:53:42 +0200 |
Boris Feld |
bookmark: add a dedicated txnclose-bookmark hook
|
Sun, 08 Oct 2017 20:43:46 +0200 |
Boris Feld |
configitems: register the 'experimental.mmapindexthreshold' config
|
Sun, 08 Oct 2017 20:42:19 +0200 |
Boris Feld |
configitems: register the 'experimental.maxdeltachainspan' config
|
Sat, 30 Sep 2017 07:44:34 -0400 |
Augie Fackler |
localrepo: remove superfluous pass statements
|
Wed, 13 Sep 2017 17:26:26 +0000 |
Mark Thomas |
revlog: add option to mmap revlog index
|
Sun, 10 Sep 2017 18:48:42 -0700 |
Durham Goode |
changegroup: replace changegroup with makechangegroup
|
Sun, 10 Sep 2017 18:43:59 -0700 |
Durham Goode |
changegroup: replace changegroupsubset with makechangegroup
|
Wed, 09 Aug 2017 23:52:25 -0700 |
Gregory Szorc |
localrepo: use peer interfaces
|
Thu, 10 Aug 2017 18:55:33 -0400 |
Augie Fackler |
merge with stable
|
Wed, 19 Jul 2017 13:34:06 -0700 |
Martin von Zweigbergk |
repo: skip invalidation of changelog if it has 'delayed' changes (API)
|
Mon, 07 Aug 2017 20:17:02 -0700 |
Gregory Szorc |
localrepo: remove unused requirements attributes on localpeer (API)
|
Sun, 06 Aug 2017 17:44:56 -0700 |
Gregory Szorc |
exchange: drop support for lock-based unbundling (BC)
|
Wed, 26 Jul 2017 22:10:15 +0900 |
Yuya Nishihara |
pathauditor: disable cache of audited paths by default (issue5628)
stable
|
Wed, 26 Jul 2017 22:10:15 +0900 |
Yuya Nishihara |
pathauditor: disable cache of audited paths by default (issue5628)
stable
|
Mon, 17 Jul 2017 11:45:38 -0700 |
Gregory Szorc |
sparse: add a requirement when a repository uses sparse (BC)
|
Sun, 16 Jul 2017 02:20:06 +0200 |
Boris Feld |
transaction-summary: display the summary for all transactions
|
Sat, 15 Jul 2017 23:49:22 +0200 |
Boris Feld |
share: share 'cachevfs' with the source clone (issue5108)
|
Sat, 15 Jul 2017 23:05:15 +0200 |
Boris Feld |
cachevfs: add a devel warning for cache access though 'vfs'
|
Sat, 15 Jul 2017 23:05:04 +0200 |
Boris Feld |
cachevfs: add a vfs dedicated to cache
|
Sat, 15 Jul 2017 22:40:51 +0200 |
Boris Feld |
vfsward: register 'write with no lock' warnings as 'check-locks' config
|
Mon, 10 Jul 2017 20:26:53 +0200 |
Boris Feld |
bookmark: track bookmark changes at the transaction level
|
Fri, 14 Jul 2017 14:22:40 -0700 |
Jun Wu |
codemod: register core configitems using a script
|
Tue, 11 Jul 2017 01:05:27 +0200 |
Boris Feld |
localrepo: use the 'registernew' function to set the phase of new commit
|
Tue, 11 Jul 2017 02:39:52 +0200 |
Boris Feld |
phases: track phase movements in 'advanceboundary'
|
Wed, 12 Jul 2017 15:24:07 -0700 |
Adam Simpkins |
dirstate: update backup functions to take full backup filename
|
Mon, 08 Aug 2016 18:14:42 +0200 |
Boris Feld |
reposvfs: add a ward to check if locks are properly taken
|
Tue, 11 Jul 2017 12:38:17 +0200 |
Boris Feld |
repovfs: add a ward to check if locks are properly taken
|
Tue, 11 Jul 2017 11:21:04 -0700 |
Martin von Zweigbergk |
py3: make localrepo filtered repo cache work on py3
|
Sat, 01 Jul 2017 20:51:19 -0700 |
Gregory Szorc |
localrepo: cache types for filtered repos (issue5043)
|
Mon, 10 Jul 2017 23:09:51 +0900 |
FUJIWARA Katsunori |
localrepo: add isfilecached to check filecache-ed property is already cached
|
Sat, 08 Jul 2017 16:18:04 -0700 |
Gregory Szorc |
dirstate: expose a sparse matcher on dirstate (API)
|
Sat, 24 Jun 2017 15:29:42 -0700 |
Jun Wu |
revset: make repo.anyrevs accept customized alias override (API)
|
Thu, 06 Jul 2017 12:20:53 -0700 |
Gregory Szorc |
localrepo: add sparse caches
|
Tue, 04 Jul 2017 23:13:46 +0900 |
FUJIWARA Katsunori |
transaction: avoid file stat ambiguity only for files in blacklist
|
Tue, 04 Jul 2017 23:13:46 +0900 |
FUJIWARA Katsunori |
localrepo: store path and vfs location of cached properties
|
Wed, 05 Jul 2017 11:55:26 -0400 |
Augie Fackler |
merge with stable
|
Sun, 02 Jul 2017 02:19:05 +0200 |
Pierre-Yves David |
auditor: add simple comment about repo.auditor and al
|
Tue, 27 Jun 2017 02:45:09 +0200 |
Pierre-Yves David |
transaction: track new obsmarkers in the 'changes' mapping
|
Fri, 30 Jun 2017 03:42:30 +0200 |
Pierre-Yves David |
configitems: register the 'format.usestore' config
|
Fri, 30 Jun 2017 03:42:28 +0200 |
Pierre-Yves David |
configitems: register the 'format.usefncache' config
|
Fri, 30 Jun 2017 03:42:22 +0200 |
Pierre-Yves David |
configitems: register the 'format.dotencode' config
|
Fri, 30 Jun 2017 03:42:20 +0200 |
Pierre-Yves David |
configitems: register the 'format.aggressivemergedeltas' config
|
Fri, 23 Jun 2017 13:49:34 +0200 |
Pierre-Yves David |
revlog: add an experimental option to mitigated delta issues (issue5480)
|
Fri, 30 Jun 2017 01:47:49 +0900 |
FUJIWARA Katsunori |
localrepo: factor out base of filecache annotation class
|
Tue, 04 Jul 2017 10:17:14 -0400 |
Augie Fackler |
revlog: backed out changeset e9d325cfe071
stable
|
Fri, 23 Jun 2017 13:49:34 +0200 |
Pierre-Yves David |
revlog: add an experimental option to mitigated delta issues (issue5480)
stable
|
Sat, 17 Jun 2017 14:53:25 +0530 |
Pulkit Goyal |
py3: use '%d' instead of '%s' for integers
|
Thu, 15 Jun 2017 15:13:18 -0700 |
Martin von Zweigbergk |
localrepo: remove unused addchangegroup() (API)
|
Mon, 12 Jun 2017 13:56:50 -0700 |
Siddharth Agarwal |
workingctx: add a way for extensions to run code at status fixup time
|
Thu, 08 Jun 2017 23:23:37 -0700 |
Gregory Szorc |
localrepo: move filtername to __init__
|
Thu, 08 Jun 2017 21:54:30 -0700 |
Gregory Szorc |
obsolete: move obsstore creation logic from localrepo
|
Fri, 19 May 2017 20:29:11 -0700 |
Gregory Szorc |
revlog: skeleton support for version 2 revlogs
|