tests/test-command-template.t
changeset 19127 d982edcfe7f0
parent 19058 d8d548d868d3
child 19330 867b9957d895
equal deleted inserted replaced
19126:5c5152af0d15 19127:d982edcfe7f0
   456 #endif
   456 #endif
   457 
   457 
   458 Error if no style:
   458 Error if no style:
   459 
   459 
   460   $ hg log --style notexist
   460   $ hg log --style notexist
   461   abort: style not found: notexist
   461   abort: style 'notexist' not found
       
   462   (available styles: bisect, changelog, compact, default, phases, xml)
   462   [255]
   463   [255]
   463 
   464 
   464 Error if style missing key:
   465 Error if style missing key:
   465 
   466 
   466   $ echo 'q = q' > t
   467   $ echo 'q = q' > t