comparison tests/test-template-map.t @ 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 4489e9a22763
children f512708a9ea8
comparison
equal deleted inserted replaced
45220:ff59af8395a5 45221:be1ab47d90f1
126 summary: third 126 summary: third
127 127
128 Test map inheritance with non-existent base 128 Test map inheritance with non-existent base
129 129
130 $ echo "__base__ = non-existent" > map-base-nonexistent 130 $ echo "__base__ = non-existent" > map-base-nonexistent
131 $ printf 'cset = "changeset: ***{rev}***\\n"\n' >> map-simple
132 $ hg log -l1 -T./map-base-nonexistent 131 $ hg log -l1 -T./map-base-nonexistent
133 abort: style '$TESTTMP/a/non-existent' not found 132 abort: style '$TESTTMP/a/non-existent' not found
134 (available styles: bisect, changelog, compact, default, phases, show, status, xml) 133 (available styles: bisect, changelog, compact, default, phases, show, status, xml)
135 [255] 134 [255]
136 135