Skip to content
Snippets Groups Projects
Commit ebcc52046096 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

hghave: add some official category for known-bad and missing-good output

This will make it simple to tag output that are expected to changes. A simple
hghave integration seems enough but smarter behavior around these seems possible
in the future.

Differential Revision: https://phab.mercurial-scm.org/D9607
parent 6b9d65298484
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment