Mercurial > hg
diff tests/test-command-template @ 10160:48653dea23dd
Bugfix and test for hg log XML output
author | Robert Bachmann <rbachm@gmail.com> |
---|---|
date | Wed, 30 Dec 2009 02:41:19 +0100 |
parents | 9e2ab10728a2 |
children | af24805aa37c |
line wrap: on
line diff
--- a/tests/test-command-template Wed Dec 30 02:38:53 2009 +0100 +++ b/tests/test-command-template Wed Dec 30 02:41:19 2009 +0100 @@ -62,6 +62,14 @@ hg log -v --style compact hg log --debug --style compact +# Test xml styles +echo '# xml style works (--style xml)' +hg log --style xml +echo '# xml style works (-v --style xml)' +hg log -v --style xml +echo '# xml style works (--debug --style xml)' +hg log --debug --style xml + echo '# error if style not readable' touch q chmod 0 q