tests/test-command-template.t
changeset 38271 4b0f39e7406e
parent 38267 fb874fc1d9b4
child 38277 aaed058a0390
--- a/tests/test-command-template.t	Wed Mar 21 12:28:12 2018 +0900
+++ b/tests/test-command-template.t	Fri Jun 08 20:57:54 2018 +0900
@@ -3213,6 +3213,7 @@
 
   $ hg log -R latesttag -r tip -T '{rev % "a"}\n'
   hg: parse error: 11 is not iterable of mappings
+  (keyword 'rev' does not support map operation)
   [255]
   $ hg log -R latesttag -r tip -T '{get(extras, "unknown") % "a"}\n'
   hg: parse error: None is not iterable of mappings