[Commented On] D10615: sidedata: use revlogv2 requirement in the test helper

baymax (Baymax, Your Personal Patch-care Companion) phabricator at mercurial-scm.org
Mon May 17 11:08:10 UTC 2021


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


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

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D10615?vs=27861&id=27987

BRANCH
  default

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

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

AFFECTED FILES
  tests/testlib/ext-sidedata.py

CHANGE DETAILS

diff --git a/tests/testlib/ext-sidedata.py b/tests/testlib/ext-sidedata.py
--- a/tests/testlib/ext-sidedata.py
+++ b/tests/testlib/ext-sidedata.py
@@ -60,7 +60,7 @@
     assert not computers and not removers  # deal with composition later
     addedreqs = dstrepo.requirements - srcrepo.requirements
 
-    if requirements.SIDEDATA_REQUIREMENT in addedreqs:
+    if requirements.REVLOGV2_REQUIREMENT in addedreqs:
 
         def computer(repo, revlog, rev, old_sidedata):
             assert not old_sidedata  # not supported yet



To: marmoute, #hg-reviewers
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20210517/3d6a36eb/attachment-0002.html>


More information about the Mercurial-patches mailing list