diff -r 257afe5489d4 -r 3cdb6f2f6789 tests/test-command-template.t --- 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