From da4c7e7ed675c3bf405668739c3012d140856109 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 15 May 2024 05:34:42 +0200 Subject: Adding upstream version 126.0. Signed-off-by: Daniel Baumann --- testing/mach_commands.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'testing/mach_commands.py') diff --git a/testing/mach_commands.py b/testing/mach_commands.py index 706e4219ba..c2232f4c7d 100644 --- a/testing/mach_commands.py +++ b/testing/mach_commands.py @@ -1255,7 +1255,11 @@ def manifest(_command_context): ) @CommandArgument("try_url", nargs=1, help="Treeherder URL for try (please use quotes)") @CommandArgument( - "-b", "--bugzilla", default=None, dest="bugzilla", help="Bugzilla instance" + "-b", + "--bugzilla", + default=None, + dest="bugzilla", + help="Bugzilla instance (or disable)", ) @CommandArgument( "-m", "--meta-bug-id", default=None, dest="meta_bug_id", help="Meta Bug id" -- cgit v1.2.3