changeset 46031:c701f616d852

tests: update test-releasenotes-formatting.t with new exit codes I didn't have the fuzzywuzzy package installed before, so I didn't notice this test fail earlier (probably when I made `check_incompatible_arguments` return `InputError`). Differential Revision: https://phab.mercurial-scm.org/D9514
author Martin von Zweigbergk <martinvonz@google.com>
date Thu, 03 Dec 2020 13:23:59 -0800
parents 2cf61e66c6d0
children 8d6164098782
files tests/test-releasenotes-formatting.t
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-releasenotes-formatting.t	Thu Dec 03 14:15:39 2020 -0500
+++ b/tests/test-releasenotes-formatting.t	Thu Dec 03 13:23:59 2020 -0800
@@ -429,11 +429,11 @@
   $ cd relnotes-raise-error
   $ hg releasenotes -r . -l
   abort: cannot specify both --list and --rev
-  [255]
+  [10]
 
   $ hg releasenotes -l -c
   abort: cannot specify both --list and --check
-  [255]
+  [10]
 
 Display release notes for specified revs if no file is mentioned