diff tests/test-command-template.t @ 25637:5eccebe23942 stable

templater: evaluate "query" argument passed to revset() revset() had the same issue as 9452112c8eb0. It crashed by passing non-string expression.
author Yuya Nishihara <yuya@tcha.org>
date Sat, 20 Jun 2015 23:13:34 +0900
parents 9452112c8eb0
children 6047b60cdd09
line wrap: on
line diff
--- a/tests/test-command-template.t	Sat Jun 20 19:59:26 2015 -0400
+++ b/tests/test-command-template.t	Sat Jun 20 23:13:34 2015 +0900
@@ -2527,6 +2527,9 @@
   Rev: 0
   Ancestor: 0
   
+  $ hg log --template '{revset("TIP"|lower)}\n' -l1
+  2
+
 Test current bookmark templating
 
   $ hg book foo