[Commented On] D12078: stream-requirements: smoother matching in test-treemanifest.t
baymax (Baymax, Your Personal Patch-care Companion)
phabricator at mercurial-scm.org
Mon Jan 24 18:07:53 UTC 2022
baymax added a comment.
baymax updated this revision to Diff 31843.
✅ refresh by Heptapod after a successful CI run (🐙 💚)
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D12078?vs=31781&id=31843
BRANCH
default
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D12078/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D12078
AFFECTED FILES
tests/test-treemanifest.t
CHANGE DETAILS
diff --git a/tests/test-treemanifest.t b/tests/test-treemanifest.t
--- a/tests/test-treemanifest.t
+++ b/tests/test-treemanifest.t
@@ -829,11 +829,9 @@
$ hg -R deeprepo debugcreatestreamclonebundle repo-packed.hg
writing 5330 bytes for 18 files (no-zstd !)
writing 5400 bytes for 18 files (zstd !)
- bundle requirements: generaldelta, revlogv1, sparserevlog, treemanifest (no-rust !)
- bundle requirements: generaldelta, persistent-nodemap, revlogv1, sparserevlog, treemanifest (rust !)
+ bundle requirements:.* treemanifest(,.*)? (re)
$ hg debugbundle --spec repo-packed.hg
- none-packed1;requirements%3Dgeneraldelta%2Crevlogv1%2Csparserevlog%2Ctreemanifest (no-rust !)
- none-packed1;requirements%3Dgeneraldelta%2Cpersistent-nodemap%2Crevlogv1%2Csparserevlog%2Ctreemanifest (rust !)
+ none-packed1;requirements%3D(.*%2C)?treemanifest(%2C.*)? (re)
#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/20220124/e481f508/attachment-0002.html>
More information about the Mercurial-patches
mailing list