comparison 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
comparison
equal deleted inserted replaced
4348:b633f470944e 4350:3380eb6d7c32
36 diff log.out style.out 36 diff log.out style.out
37 echo '# debug' 37 echo '# debug'
38 hg log --debug > log.out 38 hg log --debug > log.out
39 hg log --debug --style default > style.out 39 hg log --debug --style default > style.out
40 diff log.out style.out 40 diff log.out style.out
41
42 echo '# revision with no copies (used to print a traceback)'
43 hg tip -v --template '\n'
41 44
42 echo '# compact style works' 45 echo '# compact style works'
43 hg log --style compact 46 hg log --style compact
44 hg log -v --style compact 47 hg log -v --style compact
45 hg log --debug --style compact 48 hg log --debug --style compact