comparison tests/test-parse-date.t @ 23917:3cbb5bf4035d

messages: quote "hg help" hints consistently
author Wagner Bruna <wbruna@yahoo.com>
date Sat, 17 Jan 2015 22:01:14 -0200
parents 5df7118bdcd9
children 79d8e7926a04
comparison
equal deleted inserted replaced
23916:a3f7c781786b 23917:3cbb5bf4035d
98 $ hg log -d -1 98 $ hg log -d -1
99 99
100 Negative range 100 Negative range
101 101
102 $ hg log -d "--2" 102 $ hg log -d "--2"
103 abort: -2 must be nonnegative (see 'hg help dates') 103 abort: -2 must be nonnegative (see "hg help dates")
104 [255] 104 [255]
105 105
106 Whitespace only 106 Whitespace only
107 107
108 $ hg log -d " " 108 $ hg log -d " "