Show More
@@ -428,11 +428,11 b' Raise error on simultaneous usage of fla' | |||
|
428 | 428 | $ hg init relnotes-raise-error |
|
429 | 429 | $ cd relnotes-raise-error |
|
430 | 430 | $ hg releasenotes -r . -l |
|
431 |
abort: cannot |
|
|
431 | abort: cannot specify both --list and --rev | |
|
432 | 432 | [255] |
|
433 | 433 | |
|
434 | 434 | $ hg releasenotes -l -c |
|
435 |
abort: cannot |
|
|
435 | abort: cannot specify both --list and --check | |
|
436 | 436 | [255] |
|
437 | 437 | |
|
438 | 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