Mercurial > hg
comparison tests/test-releasenotes-formatting.t @ 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 | df470e764770 |
children | 943509a58d29 |
comparison
equal
deleted
inserted
replaced
46030:2cf61e66c6d0 | 46031:c701f616d852 |
---|---|
427 | 427 |
428 $ hg init relnotes-raise-error | 428 $ hg init relnotes-raise-error |
429 $ cd relnotes-raise-error | 429 $ cd relnotes-raise-error |
430 $ hg releasenotes -r . -l | 430 $ hg releasenotes -r . -l |
431 abort: cannot specify both --list and --rev | 431 abort: cannot specify both --list and --rev |
432 [255] | 432 [10] |
433 | 433 |
434 $ hg releasenotes -l -c | 434 $ hg releasenotes -l -c |
435 abort: cannot specify both --list and --check | 435 abort: cannot specify both --list and --check |
436 [255] | 436 [10] |
437 | 437 |
438 Display release notes for specified revs if no file is mentioned | 438 Display release notes for specified revs if no file is mentioned |
439 | 439 |
440 $ hg init relnotes-nofile | 440 $ hg init relnotes-nofile |
441 $ cd relnotes-nofile | 441 $ cd relnotes-nofile |