Mercurial > hg > mercurial-source
diff tests/test-command-template.t @ 20665:945bc5497e6d
commands: add -T alternative to --template
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Sat, 08 Mar 2014 15:27:25 -0600 (2014-03-08) |
parents | 5c65ee4193e1 |
children | 3a35ba2681ec |
line wrap: on
line diff
--- a/tests/test-command-template.t +++ b/tests/test-command-template.t @@ -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