[Commented On] D9607: hghave: add some official category for known-bad and missing-good output

baymax (Baymax, Your Personal Patch-care Companion) phabricator at mercurial-scm.org
Fri Dec 18 14:12:15 UTC 2020


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


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

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D9607?vs=24370&id=24397

BRANCH
  default

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

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

AFFECTED FILES
  tests/hghave.py

CHANGE DETAILS

diff --git a/tests/hghave.py b/tests/hghave.py
--- a/tests/hghave.py
+++ b/tests/hghave.py
@@ -14,6 +14,8 @@
 checks = {
     "true": (lambda: True, "yak shaving"),
     "false": (lambda: False, "nail clipper"),
+    "known-bad-output": (lambda: True, "use for currently known bad output"),
+    "missing-correct-output": (lambda: False, "use for missing good output"),
 }
 
 try:



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


More information about the Mercurial-patches mailing list