tests/test-command-template.t
changeset 28628 ed1d90f6e921
parent 28548 b7a31068cc80
child 28687 29c249dfb4ef
--- a/tests/test-command-template.t	Wed Mar 23 13:34:47 2016 -0700
+++ b/tests/test-command-template.t	Sat Mar 26 18:01:04 2016 +0900
@@ -1008,7 +1008,7 @@
 
   $ echo 'changeset =' > t
   $ hg log --style t
-  abort: t:1: missing value
+  hg: parse error at t:1: missing value
   [255]
 
 Error if include fails:
@@ -2508,7 +2508,7 @@
 
   $ echo 'x = "f' >> t
   $ hg log
-  abort: t:3: unmatched quotes
+  hg: parse error at t:3: unmatched quotes
   [255]
 
   $ hg log -T '{date'