diff tests/test-command-template.t @ 26105:d67341f55429

templater: introduce unified filter syntax for unary functions "filter(expr)" is allowed already. This patch adds the opposite, "expr|func".
author Yuya Nishihara <yuya@tcha.org>
date Sat, 04 Jul 2015 16:03:36 +0900
parents 7316a2847c63
children c568c4db036f
line wrap: on
line diff
--- a/tests/test-command-template.t	Sat Jul 04 15:59:03 2015 +0900
+++ b/tests/test-command-template.t	Sat Jul 04 16:03:36 2015 +0900
@@ -3117,6 +3117,8 @@
   e777603221
   bcc7ff960b
   f7769ec2ab
+  $ hg log --template '{node|shortest}\n' -l1
+  e777
 
 Test pad function