##// END OF EJS Templates
tests: update test-releasenotes-formatting.t with new exit codes...
Martin von Zweigbergk -
r46645:c701f616 default
parent child Browse files
Show More
@@ -429,11 +429,11 b' Raise error on simultaneous usage of fla'
429 $ cd relnotes-raise-error
429 $ cd relnotes-raise-error
430 $ hg releasenotes -r . -l
430 $ hg releasenotes -r . -l
431 abort: cannot specify both --list and --rev
431 abort: cannot specify both --list and --rev
432 [255]
432 [10]
433
433
434 $ hg releasenotes -l -c
434 $ hg releasenotes -l -c
435 abort: cannot specify both --list and --check
435 abort: cannot specify both --list and --check
436 [255]
436 [10]
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
439
439
General Comments 0
You need to be logged in to leave comments. Login now