# HG changeset patch # User Martin von Zweigbergk # Date 2020-12-03 21:23:59 # Node ID c701f616d852671d693275892f6b50c400e15792 # Parent 2cf61e66c6d0b1ec49dea0a1d74c280142786c0b 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 diff --git a/tests/test-releasenotes-formatting.t b/tests/test-releasenotes-formatting.t --- a/tests/test-releasenotes-formatting.t +++ b/tests/test-releasenotes-formatting.t @@ -429,11 +429,11 @@ Raise error on simultaneous usage of fla $ 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