diff tests/test-releasenotes-formatting.t @ 44129:84a0102c05c7 stable 5.3rc0

merge to stable for 5.3 release freeze
author Augie Fackler <augie@google.com>
date Tue, 21 Jan 2020 13:14:51 -0500
parents df470e764770
children c701f616d852
line wrap: on
line diff
--- a/tests/test-releasenotes-formatting.t	Thu Jan 09 14:19:20 2020 -0500
+++ b/tests/test-releasenotes-formatting.t	Tue Jan 21 13:14:51 2020 -0500
@@ -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