diff 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
line wrap: on
line diff
--- a/tests/test-log	Wed Mar 24 01:43:24 2010 +0100
+++ b/tests/test-log	Thu Mar 25 15:37:39 2010 -0400
@@ -38,6 +38,10 @@
 echo '% log copies switch with --copies'
 hg log -vC --template '{rev} {file_copies_switch}\n'
 
+echo '% log copies with hardcoded style and with --style=default'
+hg log -vC -r4
+hg log -vC -r4 --style=default
+
 echo % log copies, non-linear manifest
 hg up -C 3
 hg mv dir/b e