tests/test-command-template.t
changeset 29059 8eba4cdcfd81
parent 28958 77e566fe31ec
child 29085 df838803c1d4
--- a/tests/test-command-template.t	Sun Apr 17 12:20:57 2016 +0900
+++ b/tests/test-command-template.t	Sun Apr 17 12:31:06 2016 +0900
@@ -3768,10 +3768,10 @@
   $ hg debugtemplate --config templatealias.bad='x(' -v '{bad}'
   (template
     ('symbol', 'bad'))
-  abort: failed to parse the definition of template alias "bad": at 2: not a prefix: end
+  abort: bad definition of template alias "bad": at 2: not a prefix: end
   [255]
   $ hg log --config templatealias.bad='x(' -T '{bad}'
-  abort: failed to parse the definition of template alias "bad": at 2: not a prefix: end
+  abort: bad definition of template alias "bad": at 2: not a prefix: end
   [255]
 
   $ cd ..