changeset 44025:df470e764770

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
author Pulkit Goyal <7895pulkit@gmail.com>
date Tue, 24 Dec 2019 20:17:40 +0300
parents a1ee825fc6c5
children 44b03c0313aa
files tests/test-releasenotes-formatting.t
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-releasenotes-formatting.t	Sat Dec 28 02:11:51 2019 -0500
+++ b/tests/test-releasenotes-formatting.t	Tue Dec 24 20:17:40 2019 +0300
@@ -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