##// END OF EJS Templates
help/dates: use DATE as place-holder in help and abort texts...
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.

File last commit:

r12346:3b165c12 default
r13886:fe48c573 default
Show More
test-requires.t
14 lines | 274 B | text/troff | Tads3Lexer
Nicolas Dumazet
tests: unify test-requires
r12116 $ mkdir t
$ cd t
$ hg init
$ echo a > a
$ hg add a
Martin Geisler
tests: remove unneeded -d flags...
r12156 $ hg commit -m test
Nicolas Dumazet
tests: unify test-requires
r12116 $ rm .hg/requires
$ hg tip
abort: index 00changelog.i unknown format 2!
Matt Mackall
tests: add exit codes to unified tests
r12316 [255]
Nicolas Dumazet
tests: unify test-requires
r12116 $ echo indoor-pool > .hg/requires
$ hg tip
abort: requirement 'indoor-pool' not supported!
Matt Mackall
tests: add exit codes to unified tests
r12316 [255]