Mercurial > hg-stable
diff tests/test-command-template @ 3193:a6d0cd63068c
Make "hg log --style=changelog > changelog" work (issue338)
Style files in templates/ now take precedence over current directory.
This can be overridden with --style=./changelog if really neeeded.
Added test for issue338.
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Fri, 29 Sep 2006 21:24:15 +0200 |
parents | d59fc0d4558f |
children | 0600d326d96a |
line wrap: on
line diff
--- a/tests/test-command-template Fri Sep 29 19:43:07 2006 +0200 +++ b/tests/test-command-template Fri Sep 29 21:24:15 2006 +0200 @@ -65,6 +65,10 @@ echo 'style = t' >> .hg/hgrc hg log +echo '# issue338' +hg log --style=changelog > changelog +cat changelog + echo "# keys work" for key in author branches date desc file_adds file_dels files \ manifest node parents rev tags; do