diff tests/test-log.out @ 10060:f780b1098efc

templatekw: change {file_copies} behaviour, add {file_copies_switch} {file_copies} template now displays file copies with or without the --copies switch being set. A new {file_copies_switch} template implements the former behaviour.
author Patrick Mezard <pmezard@gmail.com>
date Sun, 13 Dec 2009 18:06:24 +0100
parents c8e4dc218aaf
children 9e2ab10728a2
line wrap: on
line diff
--- a/tests/test-log.out	Sun Dec 13 18:06:24 2009 +0100
+++ b/tests/test-log.out	Sun Dec 13 18:06:24 2009 +0100
@@ -76,7 +76,19 @@
 a
 
 
-% log copies
+% log copies with --copies
+4 e (dir/b)
+3 b (a)
+2 dir/b (b)
+1 b (a)
+0 
+% log copies switch without --copies
+4 
+3 
+2 
+1 
+0 
+% log copies switch with --copies
 4 e (dir/b)
 3 b (a)
 2 dir/b (b)