comparison tests/test-log @ 10776:08870cf7d388 stable

Fix default style so 'log --copies' has a start and an end.
author Greg Ward <greg-hg@gerg.ca>
date Thu, 25 Mar 2010 15:37:39 -0400
parents 9e2ab10728a2
children 717c35d55fb3
comparison
equal deleted inserted replaced
10775:c52057614c72 10776:08870cf7d388
35 hg log -vC --template '{rev} {file_copies}\n' 35 hg log -vC --template '{rev} {file_copies}\n'
36 echo '% log copies switch without --copies, with old filecopy template' 36 echo '% log copies switch without --copies, with old filecopy template'
37 hg log -v --template '{rev} {file_copies_switch%filecopy}\n' 37 hg log -v --template '{rev} {file_copies_switch%filecopy}\n'
38 echo '% log copies switch with --copies' 38 echo '% log copies switch with --copies'
39 hg log -vC --template '{rev} {file_copies_switch}\n' 39 hg log -vC --template '{rev} {file_copies_switch}\n'
40
41 echo '% log copies with hardcoded style and with --style=default'
42 hg log -vC -r4
43 hg log -vC -r4 --style=default
40 44
41 echo % log copies, non-linear manifest 45 echo % log copies, non-linear manifest
42 hg up -C 3 46 hg up -C 3
43 hg mv dir/b e 47 hg mv dir/b e
44 echo foo > foo 48 echo foo > foo