diff mercurial/help/templates.txt @ 12371:48a4acd1ccf1

templater: add hex filter.
author Dan Villiom Podlaski Christiansen <danchr@gmail.com>
date Wed, 22 Sep 2010 00:14:57 +0200
parents fca15617721c
children aa72ff5abf5f
line wrap: on
line diff
--- a/mercurial/help/templates.txt	Tue Sep 21 18:40:33 2010 +0200
+++ b/mercurial/help/templates.txt	Wed Sep 22 00:14:57 2010 +0200
@@ -106,6 +106,9 @@
 :escape: Any text. Replaces the special XML/XHTML characters "&", "<"
     and ">" with XML entities.
 
+:hex: Any text. Convert a binary Mercurial node identifier into
+    its long hexadecimal representation.
+
 :fill68: Any text. Wraps the text to fit in 68 columns.
 
 :fill76: Any text. Wraps the text to fit in 76 columns.