diff tests/test-glog.t @ 14083:2520ebfd9f5c

graphlog: escape log -G single value option arguments
author Patrick Mezard <pmezard@gmail.com>
date Sat, 30 Apr 2011 19:42:00 +0200
parents 176b3abb5b8b
children 2285e5c97f72
line wrap: on
line diff
--- a/tests/test-glog.t	Sat Apr 30 19:42:00 2011 +0200
+++ b/tests/test-glog.t	Sat Apr 30 19:42:00 2011 +0200
@@ -1413,4 +1413,6 @@
   \s*28 (re)
   $ hg log -G --no-merges --template 'nodetag {rev}\n' | grep nodetag | wc -l
   \s*9 (re)
-
+  $ hg log -G -d 'brace ) in a date'
+  abort: invalid date: 'brace ) in a date'
+  [255]