tests/test-command-template.t
changeset 20665 945bc5497e6d
parent 20520 5c65ee4193e1
child 20668 3a35ba2681ec
--- a/tests/test-command-template.t	Fri Mar 07 14:29:26 2014 -0500
+++ b/tests/test-command-template.t	Sat Mar 08 15:27:25 2014 -0600
@@ -45,7 +45,7 @@
 
   $ hg log --template '{join(file_copies, ",\n")}\n' -r .
   fourth (second)
-  $ hg log --template '{file_copies % "{source} -> {name}\n"}' -r .
+  $ hg log -T '{file_copies % "{source} -> {name}\n"}' -r .
   second -> fourth
 
 Quoting for ui.logtemplate