diff -r ff5ed1ecd43a -r 0b241d7a8c62 tests/test-command-template.t --- 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 +