[Commented On] D11987: test: simpler requirement matching in test-revlog-v2.t

baymax (Baymax, Your Personal Patch-care Companion) phabricator at mercurial-scm.org
Mon Jan 24 16:21:09 UTC 2022


baymax added a comment.
baymax updated this revision to Diff 31810.


  ✅ refresh by Heptapod after a successful CI run (🐙 💚)

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D11987?vs=31796&id=31810

BRANCH
  default

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D11987/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D11987

AFFECTED FILES
  tests/test-revlog-v2.t

CHANGE DETAILS

diff --git a/tests/test-revlog-v2.t b/tests/test-revlog-v2.t
--- a/tests/test-revlog-v2.t
+++ b/tests/test-revlog-v2.t
@@ -20,16 +20,9 @@
 
   $ hg init new-repo
   $ cd new-repo
-  $ hg debugrequires
-  dotencode
-  dirstate-v2 (dirstate-v2 !)
+  $ hg debugrequires | grep revlogv2
   exp-revlogv2.2
-  fncache
-  generaldelta
-  persistent-nodemap (rust !)
-  revlog-compression-zstd (zstd !)
-  sparserevlog
-  store
+  dirstate-v2 (dirstate-v2 !)
 
   $ hg log
 



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/6e023ad0/attachment-0002.html>


More information about the Mercurial-patches mailing list