tests/test-command-template
changeset 4350 3380eb6d7c32
parent 3988 9dcf9d45cab8
child 4351 051fb8c2567c
--- a/tests/test-command-template
+++ b/tests/test-command-template
@@ -39,6 +39,9 @@ hg log --debug > log.out
 hg log --debug --style default > style.out
 diff log.out style.out
 
+echo '# revision with no copies (used to print a traceback)'
+hg tip -v --template '\n'
+
 echo '# compact style works'
 hg log --style compact
 hg log -v --style compact