##// END OF EJS Templates
tests: fix mistaken copy&paste from commit 4489e9a22763...
Martin von Zweigbergk -
r45780:be1ab47d default
parent child Browse files
Show More
@@ -128,7 +128,6 b' Test template map inheritance'
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)
General Comments 0
You need to be logged in to leave comments. Login now