[Updated] D11865: dirstate-v2: test upgrade without rust too
marmoute (Pierre-Yves David)
phabricator at mercurial-scm.org
Wed Dec 8 08:27:30 UTC 2021
Closed by commit rHG25c352b58b4e: dirstate-v2: test upgrade without rust too (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/D11865?vs=31337&id=31388
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D11865/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D11865
AFFECTED FILES
tests/test-upgrade-repo.t
CHANGE DETAILS
diff --git a/tests/test-upgrade-repo.t b/tests/test-upgrade-repo.t
--- a/tests/test-upgrade-repo.t
+++ b/tests/test-upgrade-repo.t
@@ -1634,7 +1634,14 @@
$ hg debugupgraderepo --run
nothing to do
-#if rust
+#if no-rust
+
+ $ cat << EOF >> $HGRCPATH
+ > [storage]
+ > dirstate-v2.slow-path = allow
+ > EOF
+
+#endif
Upgrade to dirstate-v2
@@ -1644,7 +1651,7 @@
upgrade will perform the following actions:
requirements
- preserved: dotencode, exp-revlogv2.2, fncache, generaldelta, persistent-nodemap, revlog-compression-zstd, sparserevlog, store
+ preserved: * (glob)
added: dirstate-v2
dirstate-v2
@@ -1676,7 +1683,7 @@
upgrade will perform the following actions:
requirements
- preserved: dotencode, exp-revlogv2.2, fncache, generaldelta, persistent-nodemap, revlog-compression-zstd, sparserevlog, store
+ preserved: * (glob)
removed: dirstate-v2
processed revlogs:
@@ -1694,5 +1701,3 @@
$ hg debugformat -v | grep dirstate-v2
dirstate-v2: no no no
$ hg status
-
-#endif
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/20211208/f2a95f33/attachment-0002.html>
More information about the Mercurial-patches
mailing list