diff tests/test-log @ 3197:e18c3d08528d

Show copies in hg log. The format is: copies: destination (source)...
author Brendan Cully <brendan@kublai.com>
date Fri, 29 Sep 2006 13:01:19 -0700
parents 9826af4841ef
children c7c6f1a45348
line wrap: on
line diff
--- a/tests/test-log	Fri Sep 29 13:00:54 2006 -0700
+++ b/tests/test-log	Fri Sep 29 13:01:19 2006 -0700
@@ -29,6 +29,9 @@
 echo % many renames
 hg log -vf e
 
+echo % log copies
+hg log -vC --template '{rev} {file_copies%filecopy}\n'
+
 # log --follow tests
 hg init ../follow
 cd ../follow