diff tests/test-command-template.t @ 26106:c568c4db036f

templatefilters: remove redundant 'date' and 'strip' filters These filters are defined as 'date()' and 'strip()' functions. Help messages are moved to the corresponding functions.
author Yuya Nishihara <yuya@tcha.org>
date Sat, 04 Jul 2015 16:07:42 +0900
parents d67341f55429
children 7012be5ab5bd
line wrap: on
line diff
--- a/tests/test-command-template.t	Sat Jul 04 16:03:36 2015 +0900
+++ b/tests/test-command-template.t	Sat Jul 04 16:07:42 2015 +0900
@@ -2498,7 +2498,7 @@
 Behind the scenes, this will throw ValueError
 
   $ hg tip --template '{author|email|date}\n'
-  abort: template filter 'datefilter' is not compatible with keyword 'author'
+  hg: parse error: date expects a date information
   [255]
 
 Error in nested template: