tests/test-evolve-obshistory-amend.t
changeset 4945 bd50608f54d8
parent 4944 f84a6ddb7f37
child 4946 bd992b1d4426
--- a/tests/test-evolve-obshistory-amend.t	Thu Nov 07 17:22:16 2019 -0800
+++ b/tests/test-evolve-obshistory-amend.t	Thu Nov 07 17:22:44 2019 -0800
@@ -364,11 +364,18 @@
 Test that description diff works with templating
 BROKEN: should show description diff
   $ hg obslog --color=debug --patch 92210308515b \
-  > -T '{node} {desc|firstline}\n{markers % "description diff:\n```{desc-diff}```\n"}'
+  > -T '{node} {desc|firstline}\n{markers % "description diff:\n```{descdiff}```\n"}'
   @  92210308515b A3
   |
-  [ ui.warning|hg: parse error: arithmetic only defined on integers]
-  [255]
+  x  4f1685185907
+  |  description diff:
+  |  ``````
+  x  4ae3a4151de9 A1
+  |  description diff:
+  |  ``````
+  x  471f378eab4c
+     description diff:
+     ``````
 
 Check the output on the server
 ------------------------------