[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
Thu Dec 17 21:04:02 UTC 2020


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


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

REPOSITORY
  rHG Mercurial

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

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
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20201217/73d39913/attachment-0002.html>


More information about the Mercurial-patches mailing list