comparison tests/test-evolve-obshistory-amend.t @ 4945:bd50608f54d8

obslog: rename {desc-diff} to {descdiff} since the former is invalid
author Martin von Zweigbergk <martinvonz@google.com>
date Thu, 07 Nov 2019 17:22:44 -0800
parents f84a6ddb7f37
children bd992b1d4426
comparison
equal deleted inserted replaced
4944:f84a6ddb7f37 4945:bd50608f54d8
362 362
363 363
364 Test that description diff works with templating 364 Test that description diff works with templating
365 BROKEN: should show description diff 365 BROKEN: should show description diff
366 $ hg obslog --color=debug --patch 92210308515b \ 366 $ hg obslog --color=debug --patch 92210308515b \
367 > -T '{node} {desc|firstline}\n{markers % "description diff:\n```{desc-diff}```\n"}' 367 > -T '{node} {desc|firstline}\n{markers % "description diff:\n```{descdiff}```\n"}'
368 @ 92210308515b A3 368 @ 92210308515b A3
369 | 369 |
370 [ ui.warning|hg: parse error: arithmetic only defined on integers] 370 x 4f1685185907
371 [255] 371 | description diff:
372 | ``````
373 x 4ae3a4151de9 A1
374 | description diff:
375 | ``````
376 x 471f378eab4c
377 description diff:
378 ``````
372 379
373 Check the output on the server 380 Check the output on the server
374 ------------------------------ 381 ------------------------------
375 382
376 $ hg obslog -R $TESTTMP/server --patch 92210308515b 383 $ hg obslog -R $TESTTMP/server --patch 92210308515b