# HG changeset patch # User Pulkit Goyal <7895pulkit@gmail.com> # Date 2019-12-24 17:17:40 # Node ID df470e764770453e30968c98d6c82b8dcdd65200 # Parent a1ee825fc6c50e61c9b38a71587af2b6f749b69a tests: update test-releasenotes-formatting.t output The output seems to be left outdated because running this test requires fuzzy-wuzzy which is not generally installed. Differential Revision: https://phab.mercurial-scm.org/D7723 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 @@ Raise error on simultaneous usage of fla $ 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