Mercurial > hg
comparison tests/test-log.t @ 13886:fe48c57390f2
help/dates: use DATE as place-holder in help and abort texts
The use of "{datetime}" was unfortunate since I as a user never knew
if I was expected to do
hg log -d '>{2011-04-01}'
or
hg log -d '>2011-04-01'
The word "datetime" is also confusing -- calling it a date it much
simpler.
author | Martin Geisler <mg@aragost.com> |
---|---|
date | Tue, 05 Apr 2011 10:01:39 +0200 |
parents | b470894c33f8 |
children | 9a96efc4af8a |
comparison
equal
deleted
inserted
replaced
13885:5d115ea4030b | 13886:fe48c57390f2 |
---|---|
523 $ hg log -d -1 | 523 $ hg log -d -1 |
524 | 524 |
525 log -d ">" | 525 log -d ">" |
526 | 526 |
527 $ hg log -d ">" | 527 $ hg log -d ">" |
528 abort: invalid day spec. use '>{datetime}' | 528 abort: invalid day spec, use '>DATE' |
529 [255] | 529 [255] |
530 | 530 |
531 log -d "<" | 531 log -d "<" |
532 | 532 |
533 $ hg log -d "<" | 533 $ hg log -d "<" |
534 abort: invalid day spec. use '<{datetime}' | 534 abort: invalid day spec, use '<DATE' |
535 [255] | 535 [255] |
536 | 536 |
537 | 537 |
538 log -p -l2 --color=always | 538 log -p -l2 --color=always |
539 | 539 |