tests/test-command-template.t
changeset 17631 0b241d7a8c62
parent 17387 1fce478552b8
child 18173 9916d104c485
--- a/tests/test-command-template.t	Thu Sep 20 23:30:59 2012 -0400
+++ b/tests/test-command-template.t	Fri Sep 21 18:54:00 2012 -0500
@@ -1520,3 +1520,8 @@
   10,test
   branch: test
 
+Test new-style inline templating:
+
+  $ hg log -R latesttag -r tip --template 'modified files: {file_mods % " {file}\n"}\n'
+  modified files:  .hgtags
+