D7723: tests: update test-releasenotes-formatting.t output

pulkit (Pulkit Goyal) phabricator at mercurial-scm.org
Tue Dec 24 17:19:41 UTC 2019


pulkit created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REVISION SUMMARY
  The output seems to be left outdated because running this test requires
  fuzzy-wuzzy which is not generally installed.

REPOSITORY
  rHG Mercurial

BRANCH
  default

REVISION DETAIL
  https://phab.mercurial-scm.org/D7723

AFFECTED FILES
  tests/test-releasenotes-formatting.t

CHANGE DETAILS

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



To: pulkit, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list