tests/test-releasenotes-formatting.t
changeset 44025 df470e764770
parent 36770 a5891e94bfe1
child 46031 c701f616d852
equal deleted inserted replaced
44024:a1ee825fc6c5 44025:df470e764770
   426 Raise error on simultaneous usage of flags
   426 Raise error on simultaneous usage of flags
   427 
   427 
   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
   439 
   439 
   440   $ hg init relnotes-nofile
   440   $ hg init relnotes-nofile