##// END OF EJS Templates
tests: add test for unqualified include of a built-in template map...
Martin von Zweigbergk -
r45766:db0be467 default
parent child Browse files
Show More
@@ -125,6 +125,16 b' Test template map inheritance'
125 125 date: Wed Jan 01 10:01:00 2020 +0000
126 126 summary: third
127 127
128 Test including a built-in template map
129
130 $ cat <<'EOF' > map-include-builtin
131 > %include map-cmdline.default
132 > [templates]
133 > changeset = "{changeset_quiet}\n"
134 > EOF
135 $ hg log -l1 -T./map-include-builtin
136 8:95c24699272e
137
128 138
129 139 Test docheader, docfooter and separator in template map
130 140
General Comments 0
You need to be logged in to leave comments. Login now