Thu, 17 Feb 2022 07:34:49 +0100 |
Pierre-Yves David |
tracked-key: remove the dual write and rename to tracked-hint
|
file |
diff |
annotate
|
Thu, 17 Feb 2022 06:41:54 +0100 |
Pierre-Yves David |
tracked-file: rename the format option to use `use-`
|
file |
diff |
annotate
|
Tue, 15 Feb 2022 05:20:46 +0100 |
Pierre-Yves David |
dirstate-tracked-key: update the config value to match latest discussion
|
file |
diff |
annotate
|
Mon, 31 Jan 2022 08:44:48 +0100 |
Pierre-Yves David |
dirstate: introduce a "tracked-key" feature
|
file |
diff |
annotate
|
Wed, 02 Feb 2022 17:24:05 +0100 |
Raphaël Gomès |
branching: merge stable into default
|
file |
diff |
annotate
|
Tue, 01 Feb 2022 15:19:50 +0100 |
Pierre-Yves David |
branchmap: stop writing cache for uncommitted data
stable
|
file |
diff |
annotate
|
Tue, 01 Feb 2022 16:36:20 +0100 |
Pierre-Yves David |
dirstate-v2: rename the configuration to enable the format
stable
|
file |
diff |
annotate
|
Tue, 11 Jan 2022 09:36:10 +0100 |
Pierre-Yves David |
legacy-revlog: fix requirement computation when cloning legacy repo
|
file |
diff |
annotate
|
Mon, 10 Jan 2022 12:48:35 +0100 |
Pierre-Yves David |
requirements: do not warn about dropping share-safe, unless explicitly set
|
file |
diff |
annotate
|
Mon, 24 Jan 2022 12:44:20 +0100 |
Pierre-Yves David |
requirements: add an official `REVLOG_COMPRESSION_ZSTD` const
|
file |
diff |
annotate
|
Mon, 17 Jan 2022 19:29:41 +0100 |
Pierre-Yves David |
requirements: remove the `localrepo.supportedformat` attribute
|
file |
diff |
annotate
|
Mon, 17 Jan 2022 22:48:16 +0100 |
Pierre-Yves David |
requirements: sort _basesupported
|
file |
diff |
annotate
|
Mon, 17 Jan 2022 19:28:10 +0100 |
Pierre-Yves David |
requirements: move the comment about manifestv2 in the module
|
file |
diff |
annotate
|
Mon, 17 Jan 2022 19:18:20 +0100 |
Pierre-Yves David |
requirements: move "bookmark in store" requirements in the right module
|
file |
diff |
annotate
|
Tue, 07 Dec 2021 15:14:08 +0100 |
Pierre-Yves David |
share: make it possible to control the working copy format variant
|
file |
diff |
annotate
|
Tue, 07 Dec 2021 14:51:45 +0100 |
Pierre-Yves David |
share: move the requirement initialisation code around
|
file |
diff |
annotate
|
Wed, 20 Oct 2021 00:57:02 +0200 |
Pierre-Yves David |
dirstate-v2: freeze the on-disk format
|
file |
diff |
annotate
|
Fri, 15 Oct 2021 01:27:39 +0200 |
Pierre-Yves David |
dirstate-v2: add an option to prevent unintentional slow dirstate-v2
|
file |
diff |
annotate
|
Fri, 16 Jul 2021 18:42:20 +0200 |
Simon Sapin |
dirstate-v2: Add support when Rust is not enabled
|
file |
diff |
annotate
|
Tue, 21 Sep 2021 18:18:56 +0200 |
Pierre-Yves David |
manifestlog: also monitor `00manifest.n` when applicable
stable
|
file |
diff |
annotate
|
Tue, 21 Sep 2021 18:03:37 +0200 |
Pierre-Yves David |
changelog: also monitor `00changelog.n` when applicable (issue6554)
stable
|
file |
diff |
annotate
|
Sat, 07 Aug 2021 16:51:47 +0200 |
Pierre-Yves David |
issue6528: add a config option to control the fixing on the fly
stable 5.9rc1
|
file |
diff |
annotate
|
Wed, 09 Jun 2021 01:10:26 +0200 |
Pierre-Yves David |
localrepo: introduce a clone_requirements function
|
file |
diff |
annotate
|
Mon, 07 Jun 2021 20:40:43 +0200 |
Pierre-Yves David |
createrepository: allow to directly pass the target requirements
|
file |
diff |
annotate
|
Wed, 09 Jun 2021 00:59:04 +0200 |
Pierre-Yves David |
transaction: narrow the error filtering when failing to rename undo file
|
file |
diff |
annotate
|
Fri, 11 Jun 2021 23:57:14 -0400 |
Matt Harbison |
py3: byteify the version string passed to the deprecation warning method
|
file |
diff |
annotate
|
Mon, 17 May 2021 15:24:46 +0200 |
Pierre-Yves David |
updatecaches: deprecate the `full` argument
|
file |
diff |
annotate
|
Mon, 17 May 2021 15:42:18 +0200 |
Pierre-Yves David |
updatecaches: use the `caches` argument instead of a special `full` value
|
file |
diff |
annotate
|
Mon, 17 May 2021 14:45:16 +0200 |
Pierre-Yves David |
updatecaches: adds a `caches` parameters to `repo.updatecaches`
|
file |
diff |
annotate
|
Mon, 17 May 2021 14:41:09 +0200 |
Pierre-Yves David |
updatecaches: introduce a set of constants to control which are updated
|
file |
diff |
annotate
|
Wed, 19 May 2021 13:15:00 +0200 |
Simon Sapin |
dirstate-v2: Change the on-disk format when the requirement is enabled
|
file |
diff |
annotate
|
Wed, 19 May 2021 13:15:00 +0200 |
Simon Sapin |
dirstate-v2: Update the expected output of some tests for new requirement
|
file |
diff |
annotate
|
Wed, 19 May 2021 13:14:59 +0200 |
Simon Sapin |
dirstate-v2: Add a new experimental `exp-dirstate-v2` repository requirement
|
file |
diff |
annotate
|
Tue, 04 May 2021 03:05:52 +0200 |
Pierre-Yves David |
changelogv2: `copies-side-data` now implies `changelogv2`
|
file |
diff |
annotate
|
Mon, 29 Mar 2021 22:40:54 +0200 |
Pierre-Yves David |
changelogv2: introduce a "changelogv2" feature
|
file |
diff |
annotate
|
Tue, 04 May 2021 02:52:24 +0200 |
Pierre-Yves David |
sidedata: use the "feature" to detect that sidedata are enabled
|
file |
diff |
annotate
|
Mon, 03 May 2021 12:34:52 +0200 |
Pierre-Yves David |
revlogv2: track current index size in the docket
|
file |
diff |
annotate
|
Mon, 17 May 2021 15:05:24 +0200 |
Raphaël Gomès |
branching: merge stable into default
|
file |
diff |
annotate
|
Mon, 03 May 2021 12:30:24 +0200 |
Pierre-Yves David |
side-data: drop the associated config and requirements
|
file |
diff |
annotate
|
Mon, 03 May 2021 12:29:52 +0200 |
Pierre-Yves David |
sidedata: add a 'side-data' repository feature and use it
|
file |
diff |
annotate
|
Mon, 03 May 2021 12:28:58 +0200 |
Pierre-Yves David |
requirements: no longer drop `generaldelta` requirement with revlogv2
|
file |
diff |
annotate
|
Fri, 07 May 2021 10:39:58 +0200 |
Pierre-Yves David |
cache: avoid warming the fnodetags cache after clone
stable
|
file |
diff |
annotate
|
Mon, 19 Apr 2021 11:22:24 +0200 |
Raphaël Gomès |
sidedata: move sidedata-related utils to the dedicated module
|
file |
diff |
annotate
|
Mon, 19 Apr 2021 11:22:21 +0200 |
Raphaël Gomès |
sidedata: add a way of replacing an existing sidedata computer
|
file |
diff |
annotate
|
Thu, 08 Apr 2021 16:55:17 +0200 |
Raphaël Gomès |
sidedata: enable sidedata computers to optionally rewrite flags
|
file |
diff |
annotate
|
Thu, 08 Apr 2021 16:39:39 +0200 |
Raphaël Gomès |
sidedata: gate sidedata functionality to revlogv2 in more places
|
file |
diff |
annotate
|
Thu, 08 Apr 2021 19:00:21 +0200 |
Pierre-Yves David |
revlog: replace the old `revlog_kind` approach with the new `target` one
|
file |
diff |
annotate
|
Fri, 30 Apr 2021 03:19:45 +0200 |
Joerg Sonnenberger |
core: don't hard-code node length
|
file |
diff |
annotate
|
Fri, 30 Apr 2021 03:09:16 +0200 |
Joerg Sonnenberger |
core: don't hard-code hex node lengths
|
file |
diff |
annotate
|
Mon, 29 Mar 2021 01:52:06 +0200 |
Joerg Sonnenberger |
node: replace nullid and friends with nodeconstants class
|
file |
diff |
annotate
|
Mon, 12 Apr 2021 03:01:04 +0200 |
Pierre-Yves David |
urlutil: extract `url` related code from `util` into the new module
|
file |
diff |
annotate
|
Fri, 09 Apr 2021 17:41:48 -0400 |
Charles Chamberlain |
narrow: add capabilities for local repos, not just remote peers
|
file |
diff |
annotate
|
Thu, 08 Apr 2021 18:43:08 -0400 |
Matt Harbison |
share: store relative share paths with '/' separators
|
file |
diff |
annotate
|
Wed, 07 Apr 2021 12:15:28 +0200 |
Pierre-Yves David |
revlog-compression: fix computation of engine availability
|
file |
diff |
annotate
|
Thu, 25 Mar 2021 18:02:08 +0100 |
Raphaël Gomès |
contributor: change mentions of mpm to olivia
|
file |
diff |
annotate
|
Thu, 18 Mar 2021 18:24:59 -0400 |
Matt Harbison |
merge with stable
|
file |
diff |
annotate
|
Sat, 13 Mar 2021 02:09:23 -0500 |
Matt Harbison |
typing: rewrite a conditional assignment to unconfuse pytype
stable
|
file |
diff |
annotate
|
Sat, 13 Mar 2021 02:07:34 -0500 |
Matt Harbison |
typing: add assertions to localrepo.py to appease pytype
stable
|
file |
diff |
annotate
|
Wed, 13 Jan 2021 16:14:58 +0100 |
Joerg Sonnenberger |
node: introduce nodeconstants class
|
file |
diff |
annotate
|
Fri, 19 Feb 2021 10:53:27 +0100 |
Raphaël Gomès |
sidedata-exchange: add `wanted_sidedata` and `sidedata_computers` to repos
|
file |
diff |
annotate
|
Thu, 18 Feb 2021 17:36:52 +0100 |
Raphaël Gomès |
changegroup: add v4 changegroup for revlog v2 exchange
|
file |
diff |
annotate
|
Wed, 20 Jan 2021 21:14:06 +0100 |
Raphaël Gomès |
revlogv2: allow upgrading to v2
|
file |
diff |
annotate
|
Fri, 12 Mar 2021 13:13:13 -0500 |
Augie Fackler |
merge: with stable
|
file |
diff |
annotate
|
Wed, 03 Mar 2021 12:37:13 +0100 |
Raphaël Gomès |
requirements: also add a fncache constant
|
file |
diff |
annotate
|
Wed, 03 Mar 2021 12:35:29 +0100 |
Raphaël Gomès |
requirements: also add a store constant
|
file |
diff |
annotate
|
Wed, 03 Mar 2021 12:33:24 +0100 |
Raphaël Gomès |
requirements: also add a dotencode constant
|
file |
diff |
annotate
|
Wed, 03 Mar 2021 12:30:23 +0100 |
Raphaël Gomès |
requirements: also add a generaldelta constant
|
file |
diff |
annotate
|
Wed, 03 Mar 2021 14:00:45 +0100 |
Raphaël Gomès |
requirements: add constant for revlog v1 requirement
|
file |
diff |
annotate
|
Wed, 03 Feb 2021 16:33:10 -0800 |
Kyle Lippincott |
revlog: add a mechanism to verify expected file position before appending
|
file |
diff |
annotate
|
Mon, 08 Mar 2021 16:55:39 -0500 |
Matt Harbison |
localrepo: fix conversion of exceptions to strings flagged by pytype
stable 5.7.1
|
file |
diff |
annotate
|
Mon, 08 Mar 2021 16:54:33 -0500 |
Matt Harbison |
localrepo: fix a UI string to be bytes
stable
|
file |
diff |
annotate
|
Tue, 02 Feb 2021 20:20:17 +0900 |
Yuya Nishihara |
log: fix handling of root (or empty) path provided by matcher (issue6478)
stable
|
file |
diff |
annotate
|
Fri, 29 Jan 2021 17:32:09 +0530 |
Pulkit Goyal |
merge with stable
|
file |
diff |
annotate
|
Thu, 28 Jan 2021 15:12:48 +0100 |
Raphaël Gomès |
revlog: use a less probable revlog version for backwards compatibility
|
file |
diff |
annotate
|
Fri, 15 Jan 2021 01:58:59 +0100 |
Joerg Sonnenberger |
branchmap: update rev-branch-cache incrementally
|
file |
diff |
annotate
|
Tue, 19 Jan 2021 00:20:53 +0100 |
Joerg Sonnenberger |
repository: introduce register_changeset callback
|
file |
diff |
annotate
|
Thu, 21 Jan 2021 23:24:58 -0500 |
Matt Harbison |
share-safe: fix an abort message that references the experimental requirement
stable
|
file |
diff |
annotate
|
Wed, 20 Jan 2021 12:23:40 +0100 |
Pierre-Yves David |
share-share: have the hint issue more consistently and point to the right doc
stable
|
file |
diff |
annotate
|
Mon, 18 Jan 2021 19:16:49 +0530 |
Pulkit Goyal |
share: move share safe functionality out of experimental
|
file |
diff |
annotate
|
Fri, 15 Jan 2021 12:08:07 +0530 |
Pulkit Goyal |
share: rename share-safe warning config
|
file |
diff |
annotate
|
Mon, 18 Jan 2021 21:37:20 +0530 |
Pulkit Goyal |
share: rework config options to be much clearer and easier
|
file |
diff |
annotate
|
Thu, 14 Jan 2021 21:34:12 +0530 |
Pulkit Goyal |
localrepo: disallow share if there is a version mismatch by default
|
file |
diff |
annotate
|
Wed, 13 Jan 2021 23:50:03 +0100 |
Pierre-Yves David |
persistent-nodemap: drop the storage.revlog.nodemap.mode config
|
file |
diff |
annotate
|
Wed, 13 Jan 2021 23:41:37 +0100 |
Pierre-Yves David |
persistent-nodemap: add a "abort" option to the slow-path config
|
file |
diff |
annotate
|
Wed, 13 Jan 2021 23:07:41 +0100 |
Pierre-Yves David |
persistent-nodemap: add a "warn" option to the slow-path config
|
file |
diff |
annotate
|
Wed, 13 Jan 2021 18:33:48 +0100 |
Pierre-Yves David |
persistent-node: check the value of the slow-path config
|
file |
diff |
annotate
|
Wed, 13 Jan 2021 23:51:12 +0100 |
Pierre-Yves David |
persistent-nodemap: rename the storage.revlog.nodemap.mmap option
|
file |
diff |
annotate
|
Fri, 15 Jan 2021 01:21:58 +0100 |
Joerg Sonnenberger |
localrepo: fix comment typo
|
file |
diff |
annotate
|
Fri, 08 Jan 2021 21:34:16 +0530 |
Pulkit Goyal |
sharesafe: make warning about outdated share configurable
|
file |
diff |
annotate
|
Wed, 06 Jan 2021 18:31:16 +0530 |
Pulkit Goyal |
sharesafe: add functionality to automatically downgrade shares
|
file |
diff |
annotate
|
Wed, 06 Jan 2021 16:18:06 +0530 |
Pulkit Goyal |
sharesafe: introduce functionality to automatically upgrade shares
|
file |
diff |
annotate
|
Wed, 06 Jan 2021 16:01:19 +0530 |
Pulkit Goyal |
localrepo: move storevfs calculation out of if statement
|
file |
diff |
annotate
|
Thu, 10 Dec 2020 01:18:15 -0800 |
Martin von Zweigbergk |
localrepo: delete obsolete comment about `prefix in repo` raising exception
|
file |
diff |
annotate
|
Sat, 05 Dec 2020 23:35:55 +0100 |
Joerg Sonnenberger |
singlehead: introduce option to restrict to public changes
|
file |
diff |
annotate
|
Mon, 23 Nov 2020 14:15:26 +0530 |
Pulkit Goyal |
share: show warning if share is outdated while source supports share-safe
|
file |
diff |
annotate
|
Fri, 16 Oct 2020 18:57:55 +0530 |
Pulkit Goyal |
upgrade: add support to downgrade share safe mode
|
file |
diff |
annotate
|
Fri, 27 Nov 2020 17:03:29 -0500 |
Augie Fackler |
formating: upgrade to black 20.8b1
|
file |
diff |
annotate
|
Thu, 12 Nov 2020 13:22:40 -0800 |
Martin von Zweigbergk |
errors: raise InputError when given non-existent paths etc
|
file |
diff |
annotate
|
Wed, 14 Oct 2020 17:46:28 +0200 |
Pierre-Yves David |
clonebundle: move the manifest filename to a constant
|
file |
diff |
annotate
|
Wed, 01 Jul 2020 15:14:59 +0530 |
Pulkit Goyal |
config: add a .hg/hgrc-not-shared which won't be shared in share-safe mode
|
file |
diff |
annotate
|
Fri, 18 Sep 2020 08:27:43 -0700 |
Martin von Zweigbergk |
locking: remove support for inheriting locks in subprocess
|
file |
diff |
annotate
|
Fri, 18 Sep 2020 20:19:52 +0900 |
Yuya Nishihara |
share: do not write working-copy requirements twice
|
file |
diff |
annotate
|
Tue, 15 Sep 2020 22:40:26 -0700 |
Martin von Zweigbergk |
mergestate: make some callers not pass pointless node argument
|
file |
diff |
annotate
|
Thu, 02 Jul 2020 16:23:36 +0530 |
Pulkit Goyal |
localrepo: load the share source .hg/hgrc also in share-safe mode (API)
|
file |
diff |
annotate
|
Tue, 14 Apr 2020 21:07:09 +0530 |
Pulkit Goyal |
share: introduce config option to store requires in .hg/store
|
file |
diff |
annotate
|
Fri, 11 Sep 2020 15:52:06 -0700 |
Kyle Lippincott |
repo: avoid copying/updating a dict on every `repo.__getitem__`
|
file |
diff |
annotate
|
Tue, 08 Sep 2020 18:46:01 +0530 |
Pulkit Goyal |
localrepo: warn if we are writing to cache without a lock
|
file |
diff |
annotate
|
Mon, 07 Sep 2020 16:25:16 -0400 |
Augie Fackler |
localrepo: use functools.wraps() in unfilteredmethod decorator
|
file |
diff |
annotate
|
Tue, 11 Aug 2020 13:43:43 +0530 |
Pulkit Goyal |
requirements: introduce constants for `shared` and `relshared` requirements
|
file |
diff |
annotate
|
Sat, 08 Aug 2020 16:37:59 +0530 |
Pulkit Goyal |
localrepo: move requirements constant to requirements module
|
file |
diff |
annotate
|
Sat, 08 Aug 2020 16:24:12 +0530 |
Pulkit Goyal |
requirements: introduce new requirements related module
|
file |
diff |
annotate
|
Sat, 08 Aug 2020 15:48:17 +0530 |
Pulkit Goyal |
repository: introduce constant for treemanifest requirement and use it
|
file |
diff |
annotate
|
Fri, 07 Aug 2020 18:01:48 +0530 |
Pulkit Goyal |
repository: introduce constant for internal phase repo requirement and use it
|
file |
diff |
annotate
|
Sat, 08 Aug 2020 10:06:32 -0700 |
Pulkit Goyal |
repository: introduce constant for sparse repo requirement and use it
|
file |
diff |
annotate
|
Fri, 07 Aug 2020 16:02:13 +0530 |
Pulkit Goyal |
localrepo: refactor `.hg/requires` reading logic in separate function
|
file |
diff |
annotate
|
Fri, 07 Aug 2020 15:52:52 +0530 |
Pulkit Goyal |
localrepo: refactor logic to calculate sharedvfs in separate fn
|
file |
diff |
annotate
|
Tue, 21 Jul 2020 18:21:27 +0530 |
Pulkit Goyal |
localrepo: abort creating a shared repo if the source does not have store
|
file |
diff |
annotate
|
Tue, 21 Jul 2020 13:58:58 +0530 |
Pulkit Goyal |
localrepo: only use 'bookmarksinstore' requirement if we have 'store'
|
file |
diff |
annotate
|
Tue, 07 Jul 2020 00:18:15 +0200 |
Pierre-Yves David |
commitctx: extract _filecommit too
|
file |
diff |
annotate
|
Mon, 06 Jul 2020 23:14:52 +0200 |
Pierre-Yves David |
commitctx: extract the function in a dedicated module
|
file |
diff |
annotate
|