Mercurial > hg-stable
diff 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 |
line wrap: on
line diff
--- a/tests/test-log.t Tue Apr 05 11:07:25 2011 +0200 +++ b/tests/test-log.t Tue Apr 05 10:01:39 2011 +0200 @@ -525,13 +525,13 @@ log -d ">" $ hg log -d ">" - abort: invalid day spec. use '>{datetime}' + abort: invalid day spec, use '>DATE' [255] log -d "<" $ hg log -d "<" - abort: invalid day spec. use '<{datetime}' + abort: invalid day spec, use '<DATE' [255]