Submitter | phabricator |
---|---|
Date | Jan. 8, 2020, 7:51 p.m. |
Message ID | <f0c4550234df526ee9c749d195879722@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/44201/ |
State | Not Applicable |
Headers | show |
Comments
Patch
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 @@ -428,11 +428,11 @@ $ hg init relnotes-raise-error $ cd relnotes-raise-error $ hg releasenotes -r . -l - abort: cannot use both '--list' and '--rev' + abort: cannot specify both --list and --rev [255] $ hg releasenotes -l -c - abort: cannot use both '--list' and '--check' + abort: cannot specify both --list and --check [255] Display release notes for specified revs if no file is mentioned