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
|
Fri, 19 Aug 2016 18:40:35 +0900 |
Yuya Nishihara |
localrepo: map integer and hex wdir identifiers to workingctx
|
Thu, 25 May 2017 23:18:02 +0900 |
Yuya Nishihara |
localrepo: document that __contains__() may raise LookupError
|
Thu, 25 May 2017 01:45:52 +0200 |
Pierre-Yves David |
transaction: run _writejournal unfiltered
|
Thu, 18 May 2017 16:43:56 -0400 |
Augie Fackler |
localrepo: extract bookmarkheads method to bookmarks.py
|
Thu, 18 May 2017 18:01:48 -0400 |
Augie Fackler |
localrepo: mark walk convenience method as deprecated (API)
|
Thu, 18 May 2017 17:11:14 -0400 |
Augie Fackler |
localrepo: migrate to context manager for changing dirstate parents
|
Fri, 19 May 2017 13:09:23 +0200 |
Pierre-Yves David |
cache: make the cache updated callback easily accessible to extension
|
Wed, 17 May 2017 20:01:29 -0700 |
Gregory Szorc |
localrepo: reformat set literals
|
Wed, 17 May 2017 09:43:50 -0700 |
Martin von Zweigbergk |
match: remove ispartial()
|
Sat, 13 May 2017 16:26:43 -0700 |
Gregory Szorc |
changelog: load pending file directly
|
Fri, 10 Feb 2017 16:56:29 -0800 |
Martin von Zweigbergk |
cleanup: use set literals
|
Tue, 02 May 2017 22:27:44 +0200 |
Pierre-Yves David |
caches: move the 'updating the branch cache' message in 'updatecaches'
|
Tue, 02 May 2017 18:56:07 +0200 |
Pierre-Yves David |
caches: stop warming the cache after 'localrepo.commitctx'
|
Tue, 02 May 2017 19:05:58 +0200 |
Pierre-Yves David |
caches: call 'repo.updatecache()' in 'repo.destroyed()'
|
Tue, 02 May 2017 21:39:43 +0200 |
Pierre-Yves David |
caches: introduce a function to warm cache
|
Tue, 02 May 2017 18:45:51 +0200 |
Pierre-Yves David |
transaction: track newly introduced revisions
|
Wed, 03 May 2017 10:33:26 -0700 |
Martin von Zweigbergk |
localrepo: reuse exchange.bundle2requested()
|
Tue, 02 May 2017 02:05:39 +0200 |
Pierre-Yves David |
cleanup: drop the deprecated 'localrepo._link' method
|
Tue, 02 May 2017 02:04:55 +0200 |
Pierre-Yves David |
cleanup: drop the deprecated 'localrepo.wfile' method
|
Tue, 02 May 2017 02:03:56 +0200 |
Pierre-Yves David |
cleanup: drop the deprecated 'localrepo.join' method
|
Tue, 02 May 2017 02:03:04 +0200 |
Pierre-Yves David |
cleanup: drop the deprecated 'localrepo.tag' method
|
Tue, 02 May 2017 02:01:47 +0200 |
Pierre-Yves David |
cleanup: drop the deprecated 'localrepo.opener' method
|
Tue, 02 May 2017 02:01:15 +0200 |
Pierre-Yves David |
cleanup: drop the deprecated 'localrepo.wopener' method
|
Tue, 28 Mar 2017 10:15:02 +0200 |
Pierre-Yves David |
track-tags: write all tag changes to a file
|
Tue, 28 Mar 2017 10:14:55 +0200 |
Pierre-Yves David |
track-tags: compute the actual differences between tags pre/post transaction
|
Tue, 28 Mar 2017 06:38:09 +0200 |
Pierre-Yves David |
track-tags: introduce first bits of tags tracking during transaction
|