Mercurial > hg
diff tests/test-command-template @ 4351: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 Mon Apr 16 09:51:50 2007 -0500 +++ b/tests/test-command-template Mon Apr 16 13:00:23 2007 -0300 @@ -39,6 +39,9 @@ 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