[Updated] D11893: test: simplify `debugformat` matching in test-copies-chain-merge
marmoute (Pierre-Yves David)
phabricator at mercurial-scm.org
Mon Dec 13 15:01:33 UTC 2021
Closed by commit rHG5bc3ce09c872: test: simplify `debugformat` matching in test-copies-chain-merge (authored by marmoute).
This revision was automatically updated to reflect the committed changes.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D11893?vs=31423&id=31458
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D11893/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D11893
AFFECTED FILES
tests/test-copies-chain-merge.t
CHANGE DETAILS
diff --git a/tests/test-copies-chain-merge.t b/tests/test-copies-chain-merge.t
--- a/tests/test-copies-chain-merge.t
+++ b/tests/test-copies-chain-merge.t
@@ -1649,22 +1649,10 @@
> [format]
> exp-use-copies-side-data-changeset = yes
> EOF
- $ hg debugformat -v
- format-variant repo config default
- fncache: yes yes yes
- dirstate-v2: no no no
- dotencode: yes yes yes
- generaldelta: yes yes yes
- share-safe: no no no
- sparserevlog: yes yes yes
- persistent-nodemap: no no no (no-rust !)
- persistent-nodemap: yes yes no (rust !)
+ $ hg debugformat -v | egrep 'changelog-v2|revlog-v2|copies-sdc'
copies-sdc: no yes no
revlog-v2: no no no
changelog-v2: no yes no
- plain-cl-delta: yes yes yes
- compression: * (glob)
- compression-level: default default default
$ hg debugupgraderepo --run --quiet
upgrade will perform the following actions:
@@ -1689,22 +1677,10 @@
> enabled=yes
> numcpus=8
> EOF
- $ hg debugformat -v
- format-variant repo config default
- fncache: yes yes yes
- dirstate-v2: no no no
- dotencode: yes yes yes
- generaldelta: yes yes yes
- share-safe: no no no
- sparserevlog: yes yes yes
- persistent-nodemap: no no no (no-rust !)
- persistent-nodemap: yes yes no (rust !)
+ $ hg debugformat -v | egrep 'changelog-v2|revlog-v2|copies-sdc'
copies-sdc: no yes no
revlog-v2: no no no
changelog-v2: no yes no
- plain-cl-delta: yes yes yes
- compression: * (glob)
- compression-level: default default default
$ hg debugupgraderepo --run --quiet
upgrade will perform the following actions:
To: marmoute, #hg-reviewers, Alphare
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20211213/77eed798/attachment-0002.html>
More information about the Mercurial-patches
mailing list