Mon, 26 Jun 2023 14:34:58 +0200 |
Mads Kiilerich |
tests: use grep -E instead of obsolescent egrep
stable
|
Wed, 01 Jun 2022 01:13:13 +0200 |
Pierre-Yves DAVID |
debugindex: rename the parent column to mention nodeid
|
Wed, 01 Jun 2022 00:59:51 +0200 |
Pierre-Yves David |
debugindex: align column name on the right
|
Thu, 19 May 2022 01:34:51 +0100 |
Pierre-Yves David |
copies-sdc: mark upgrade action as changelog only
|
Thu, 19 May 2022 01:40:37 +0100 |
Pierre-Yves David |
copies-sdc: no longer suppress the upgrade output
|
Thu, 19 May 2022 01:37:59 +0100 |
Pierre-Yves David |
copies-sdc: no longer use revlogv2 in `test-copies-in-changeset.t`
|
Mon, 18 Apr 2022 20:45:38 -0700 |
Martin von Zweigbergk |
amend: don't remove unselected removals from memctx
stable
|
Mon, 18 Apr 2022 20:39:31 -0700 |
Martin von Zweigbergk |
tests: demonstrate crash on partial amend with copies in changesets
stable
|
Fri, 18 Mar 2022 21:15:54 -0700 |
Martin von Zweigbergk |
amend: fix amend with copies in extras
stable
|
Fri, 18 Mar 2022 21:37:22 -0700 |
Martin von Zweigbergk |
tests: demonstrate that copy info in changeset gets lost on amend
stable
|
Mon, 10 Jan 2022 19:46:54 +0100 |
Pierre-Yves David |
test-copies: narrow the format check in test-copies-in-changeset.t
|
Wed, 19 May 2021 18:35:43 +0200 |
Simon Sapin |
dirstate-v2: Add `hg debugupgraderepo` command support
|
Tue, 04 May 2021 03:05:52 +0200 |
Pierre-Yves David |
changelogv2: `copies-side-data` now implies `changelogv2`
|
Mon, 29 Mar 2021 22:40:54 +0200 |
Pierre-Yves David |
changelogv2: introduce a "changelogv2" feature
|
Mon, 03 May 2021 12:30:03 +0200 |
Pierre-Yves David |
test: no longer directly use the sidedata config and requirements
|
Mon, 19 Apr 2021 11:22:24 +0200 |
Raphaël Gomès |
sidedata: replace sidedata upgrade mechanism with the new one
|
Thu, 14 Jan 2021 04:58:20 +0100 |
Pierre-Yves David |
persistent-nodemap: enable the feature by default when using Rust
|
Tue, 06 Apr 2021 18:55:19 +0200 |
Pierre-Yves David |
revlog-compression: use zstd by default (if available)
|
Fri, 19 Feb 2021 11:24:50 +0100 |
Raphaël Gomès |
sidedata-exchange: rewrite sidedata on-the-fly whenever possible
|
Mon, 18 Jan 2021 11:44:51 +0100 |
Raphaël Gomès |
sidedata: move to new sidedata storage in revlogv2
|
Thu, 04 Mar 2021 09:55:06 +0100 |
Raphaël Gomès |
format: remove sidedata format variant
|
Wed, 20 Jan 2021 21:14:06 +0100 |
Raphaël Gomès |
revlogv2: allow upgrading to v2
|
Thu, 28 May 2020 17:31:41 -0400 |
Augie Fackler |
rebase: add a config knob for forcing in-memory rebasing
|
Mon, 18 Jan 2021 19:16:49 +0530 |
Pulkit Goyal |
share: move share safe functionality out of experimental
|
Thu, 25 Jun 2020 13:13:21 +0530 |
Pulkit Goyal |
upgrade: add support for experimental safe share mode
|
Tue, 27 Oct 2020 15:33:15 -0700 |
Martin von Zweigbergk |
rebase: change and standarize template for rebase's one-line summary
|
Tue, 15 Sep 2020 10:55:17 +0200 |
Pierre-Yves David |
changing-files: rework the way we store changed files in side-data
|
Tue, 14 Apr 2020 05:37:54 +0200 |
Pierre-Yves David |
nodemap: teach `hg debugformat` about the persistent nodemap option
|
Wed, 02 Oct 2019 14:38:34 -0400 |
Pierre-Yves David |
sidedatacopies: only store an entry if it has values
|
Thu, 10 Oct 2019 04:34:58 +0200 |
Pierre-Yves David |
sidedata: rename the configuration option to `exp-use-side-data`
|
Sun, 06 Oct 2019 23:36:52 -0400 |
Pierre-Yves David |
sidedatacopies: deal with upgrading and downgrading to that format
|
Sun, 06 Oct 2019 23:36:51 -0400 |
Pierre-Yves David |
sidedatacopies: write copies information in sidedata when applicable
|
Sun, 06 Oct 2019 23:36:51 -0400 |
Pierre-Yves David |
sidedatacopies: introduce a sidedata testcase for test-copies-in-changeset.t
|
Tue, 16 Jul 2019 21:15:39 -0700 |
Martin von Zweigbergk |
copies: remove existing copy info from the changeset on amend (BC)
|
Tue, 16 Jul 2019 21:15:35 -0700 |
Martin von Zweigbergk |
tests: show invalid copies when turning off copies-in-changeset
|
Mon, 19 Aug 2019 15:43:27 -0700 |
Martin von Zweigbergk |
context: filter out invalid copies from workingctx.p[12]copies()
|
Mon, 19 Aug 2019 12:30:02 -0700 |
Martin von Zweigbergk |
tests: demonstrate crash when committing subset of copies to changeset
|
Thu, 06 Jun 2019 10:07:14 -0700 |
Martin von Zweigbergk |
copies: separate added/removed files by newline instead of null
|
Wed, 22 May 2019 09:54:00 -0700 |
Martin von Zweigbergk |
copies: also encode p[12]copies destination as index into "files" list
|
Tue, 14 May 2019 22:19:51 -0700 |
Martin von Zweigbergk |
changelog: optionally store added and removed files in changeset extras
|
Tue, 23 Apr 2019 13:29:13 -0700 |
Martin von Zweigbergk |
copies: write empty entries in changeset when also writing to filelog
|
Fri, 10 May 2019 13:41:42 -0700 |
Martin von Zweigbergk |
context: reuse changectx._copies() in all but workingctx
|
Fri, 10 May 2019 10:23:46 -0700 |
Martin von Zweigbergk |
tests: demonstrate loss of changeset copy metadata on rebase
|
Wed, 27 Dec 2017 22:05:20 -0800 |
Martin von Zweigbergk |
changelog: parse copy metadata if available in extras
|
Wed, 27 Dec 2017 19:49:36 -0800 |
Martin von Zweigbergk |
copies: add config option for writing copy metadata to file and/or changset
|