# HG changeset patch # User Anton Shestakov # Date 1591523113 -28800 # Node ID f0b815438ee97da2216d6b2b15999753d0906849 # Parent 474bcce6cef162bbb21288ede0ff4c35f48eb3d7 tests: drop label from log template in test-evolve-obshistory-amend.t diff -r 474bcce6cef1 -r f0b815438ee9 tests/test-evolve-obshistory-amend.t --- a/tests/test-evolve-obshistory-amend.t Sat Jun 06 21:19:33 2020 +0800 +++ b/tests/test-evolve-obshistory-amend.t Sun Jun 07 17:45:13 2020 +0800 @@ -127,24 +127,24 @@ x 471f378eab4c A0 - $ hg obslog 4ae3a4151de9 --graph --no-origin -T'{label("log.summary", desc|firstline)} {if(markers, join(markers % "at {date|hgdate} by {user|person} ", " also "))}' + $ hg obslog 4ae3a4151de9 --graph --no-origin -T'{desc|firstline} {if(markers, join(markers % "at {date|hgdate} by {user|person} ", " also "))}' @ A1 | x A0 at 0 0 by test - $ hg obslog 4ae3a4151de9 --graph -T'{label("log.summary", desc|firstline)} {if(markers, join(markers % "at {date|hgdate} by {user|person} ", " also "))}' + $ hg obslog 4ae3a4151de9 --graph -T'{desc|firstline} {if(markers, join(markers % "at {date|hgdate} by {user|person} ", " also "))}' @ A1 at 0 0 by test | x A0 Check that the same thing works with the old {shortdescription} form - $ hg obslog 4ae3a4151de9 --graph --no-origin -T'{label("log.summary", shortdescription)} {if(markers, join(markers % "at {date|hgdate} by {user|person} ", " also "))}' + $ hg obslog 4ae3a4151de9 --graph --no-origin -T'{shortdescription} {if(markers, join(markers % "at {date|hgdate} by {user|person} ", " also "))}' @ A1 | x A0 at 0 0 by test - $ hg obslog 4ae3a4151de9 --graph -T'{label("log.summary", shortdescription)} {if(markers, join(markers % "at {date|hgdate} by {user|person} ", " also "))}' + $ hg obslog 4ae3a4151de9 --graph -T'{shortdescription} {if(markers, join(markers % "at {date|hgdate} by {user|person} ", " also "))}' @ A1 at 0 0 by test | x A0