# HG changeset patch # User Anton Shestakov # Date 1591524135 -28800 # Node ID 0b9fcdcdc58fd0035fde6b162ffe78ed2d53c05d # Parent 53953532885bb028076494d0eb864fdaeb077344 tests: update logmarkers template to use {dates} and {users} These data structures changed in c7ca43bba6c5+7f7f40cc6c9b. diff -r 53953532885b -r 0b9fcdcdc58f tests/test-evolve-obshistory-amend.t --- a/tests/test-evolve-obshistory-amend.t Sun Jun 07 17:56:03 2020 +0800 +++ b/tests/test-evolve-obshistory-amend.t Sun Jun 07 18:02:15 2020 +0800 @@ -7,7 +7,8 @@ $ cat >> $HGRCPATH << EOF > [templates] - > logmarkers = '{if(markers, join(markers % "at {date|hgdate} by {user|person} "))}' + > logdates = '{ifeq(min(dates), max(dates), "at {max(dates)|hgdate}", "between {min(dates)|hgdate} and {max(dates)|hgdate}")}' + > logmarkers = '{if(markers, join(markers % "{logdates} by {users} "))}' > EOF Test output on amended commit