Mercurial > public > mercurial-scm > hg
diff tests/test-sqlitestore.t @ 48321:f35529784079 stable
dirstate-v2: fix confusion between requirement and format config variable
None of those outputs failed on the CI because dirstate-v2 is not fully tested
yet. This also updates the documentation.
Differential Revision: https://phab.mercurial-scm.org/D11746
author | Rapha?l Gom?s <rgomes@octobus.net> |
---|---|
date | Wed, 10 Nov 2021 11:42:13 +0100 |
parents | bf11ff22a9af |
children | 5e6542143d40 |
line wrap: on
line diff
--- a/tests/test-sqlitestore.t Wed Nov 10 10:58:13 2021 +0100 +++ b/tests/test-sqlitestore.t Wed Nov 10 11:42:13 2021 +0100 @@ -15,7 +15,7 @@ $ hg init empty-no-sqlite $ cat empty-no-sqlite/.hg/requires dotencode - exp-rc-dirstate-v2 (dirstate-v2 !) + dirstate-v2 (dirstate-v2 !) fncache generaldelta persistent-nodemap (rust !) @@ -29,7 +29,7 @@ $ hg --config storage.new-repo-backend=sqlite init empty-sqlite $ cat empty-sqlite/.hg/requires dotencode - exp-rc-dirstate-v2 (dirstate-v2 !) + dirstate-v2 (dirstate-v2 !) exp-sqlite-001 exp-sqlite-comp-001=zstd (zstd !) exp-sqlite-comp-001=$BUNDLE2_COMPRESSIONS$ (no-zstd !) @@ -51,7 +51,7 @@ $ hg --config storage.sqlite.compression=zlib init empty-zlib $ cat empty-zlib/.hg/requires dotencode - exp-rc-dirstate-v2 (dirstate-v2 !) + dirstate-v2 (dirstate-v2 !) exp-sqlite-001 exp-sqlite-comp-001=$BUNDLE2_COMPRESSIONS$ fncache @@ -67,7 +67,7 @@ $ hg --config storage.sqlite.compression=none init empty-none $ cat empty-none/.hg/requires dotencode - exp-rc-dirstate-v2 (dirstate-v2 !) + dirstate-v2 (dirstate-v2 !) exp-sqlite-001 exp-sqlite-comp-001=none fncache