tests/test-log.t
changeset 16923 dfaf869824f8
parent 16922 fbeaac1bd2dc
child 17181 6f71167292f2
--- a/tests/test-log.t	Mon Jun 11 17:41:55 2012 +0200
+++ b/tests/test-log.t	Mon Jun 11 17:45:36 2012 +0200
@@ -539,22 +539,6 @@
   date:        Thu Jan 01 00:00:01 1970 +0000
   summary:     r1
   
-log -d " " (whitespaces only)
-
-  $ hg log -d " "
-  abort: dates cannot consist entirely of whitespace
-  [255]
-
-log -d -1
-
-  $ hg log -d -1
-
-Negative ranges
-  $ hg log -d "--2"
-  abort: -2 must be nonnegative (see 'hg help dates')
-  [255]
-
-
 log -p -l2 --color=always
 
   $ hg --config extensions.color= --config color.mode=ansi \