Skip to content
Snippets Groups Projects
Commit c701f616d852 authored by Martin von Zweigbergk's avatar Martin von Zweigbergk
Browse files

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
parent 2cf61e66c6d0
No related branches found
No related tags found
No related merge requests found
......@@ -429,7 +429,7 @@
$ 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
......@@ -433,7 +433,7 @@
$ hg releasenotes -l -c
abort: cannot specify both --list and --check
[255]
[10]
Display release notes for specified revs if no file is mentioned
......
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