##// END OF EJS Templates
tests: update test-releasenotes-formatting.t output...
Pulkit Goyal -
r44477:df470e76 default
parent child Browse files
Show More
@@ -428,11 +428,11 b' Raise error on simultaneous usage of fla'
428 $ hg init relnotes-raise-error
428 $ hg init relnotes-raise-error
429 $ cd relnotes-raise-error
429 $ cd relnotes-raise-error
430 $ hg releasenotes -r . -l
430 $ hg releasenotes -r . -l
431 abort: cannot use both '--list' and '--rev'
431 abort: cannot specify both --list and --rev
432 [255]
432 [255]
433
433
434 $ hg releasenotes -l -c
434 $ hg releasenotes -l -c
435 abort: cannot use both '--list' and '--check'
435 abort: cannot specify both --list and --check
436 [255]
436 [255]
437
437
438 Display release notes for specified revs if no file is mentioned
438 Display release notes for specified revs if no file is mentioned
General Comments 0
You need to be logged in to leave comments. Login now