tests/test-command-template.t
branchstable
changeset 22582 4fe5fa49eac8
parent 21944 0483ff40e326
child 22588 cd1b43226b34
child 22843 b6531d806de8
--- a/tests/test-command-template.t	Sat Sep 27 21:59:55 2014 +0900
+++ b/tests/test-command-template.t	Tue Sep 30 23:15:56 2014 +0900
@@ -86,6 +86,11 @@
   $ hg log -l1 -T./map-simple
   8
 
+Template should precede style option
+
+  $ hg log -l1 --style default -T '{rev}\n'
+  8
+
 Default style is like normal output:
 
   $ hg log > log.out