tests/test-log.t
changeset 13889 9a96efc4af8a
parent 13886 fe48c57390f2
child 14645 e4cfdff6d3f4
equal deleted inserted replaced
13888:9e5407a67dea 13889:9a96efc4af8a
   530 
   530 
   531 log -d "<"
   531 log -d "<"
   532 
   532 
   533   $ hg log -d "<"
   533   $ hg log -d "<"
   534   abort: invalid day spec, use '<DATE'
   534   abort: invalid day spec, use '<DATE'
       
   535   [255]
       
   536 
       
   537 Negative ranges
       
   538   $ hg log -d "--2"
       
   539   abort: -2 must be nonnegative (see 'hg help dates')
   535   [255]
   540   [255]
   536 
   541 
   537 
   542 
   538 log -p -l2 --color=always
   543 log -p -l2 --color=always
   539 
   544