diff tests/test-command-template @ 4350:3380eb6d7c32

fix 'hg <not-log> -v --template foo' with revisions without copies
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Mon, 16 Apr 2007 13:00:23 -0300
parents 9dcf9d45cab8
children 051fb8c2567c
line wrap: on
line diff
--- 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