Mercurial > hg
changeset 45221:be1ab47d90f1
tests: fix mistaken copy&paste from commit 4489e9a22763
Differential Revision: https://phab.mercurial-scm.org/D8802
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Thu, 23 Jul 2020 22:06:31 -0700 |
parents | ff59af8395a5 |
children | f512708a9ea8 |
files | tests/test-template-map.t |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-template-map.t Mon Jul 06 15:10:53 2020 +0200 +++ b/tests/test-template-map.t Thu Jul 23 22:06:31 2020 -0700 @@ -128,7 +128,6 @@ Test map inheritance with non-existent base $ echo "__base__ = non-existent" > map-base-nonexistent - $ printf 'cset = "changeset: ***{rev}***\\n"\n' >> map-simple $ hg log -l1 -T./map-base-nonexistent abort: style '$TESTTMP/a/non-existent' not found (available styles: bisect, changelog, compact, default, phases, show, status, xml)