comparison tests/test-log.t @ 16922:fbeaac1bd2dc

test-log: removed tests already covered by test-parse-date
author Martin Geisler <mg@aragost.com>
date Mon, 11 Jun 2012 17:41:55 +0200
parents 6ef3107c661e
children dfaf869824f8
comparison
equal deleted inserted replaced
16921:8627e9ceec08 16922:fbeaac1bd2dc
546 [255] 546 [255]
547 547
548 log -d -1 548 log -d -1
549 549
550 $ hg log -d -1 550 $ hg log -d -1
551
552 log -d ">"
553
554 $ hg log -d ">"
555 abort: invalid day spec, use '>DATE'
556 [255]
557
558 log -d "<"
559
560 $ hg log -d "<"
561 abort: invalid day spec, use '<DATE'
562 [255]
563 551
564 Negative ranges 552 Negative ranges
565 $ hg log -d "--2" 553 $ hg log -d "--2"
566 abort: -2 must be nonnegative (see 'hg help dates') 554 abort: -2 must be nonnegative (see 'hg help dates')
567 [255] 555 [255]