tests/test-command-template.t
changeset 18970 3cdb6f2f6789
parent 18893 74ea61318ea8
child 19058 d8d548d868d3
--- a/tests/test-command-template.t	Wed Apr 10 02:27:35 2013 +0900
+++ b/tests/test-command-template.t	Tue Apr 16 09:44:29 2013 -0500
@@ -43,6 +43,8 @@
   $ hg mv second fourth
   $ hg commit -m third -d "2020-01-01 10:01"
 
+  $ hg log --template '{join(file_copies, ",\n")}\n' -r .
+  fourth (second)
   $ hg log --template '{file_copies % "{source} -> {name}\n"}' -r .
   second -> fourth