comparison 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
comparison
equal deleted inserted replaced
12370:f98010f57a5e 12371:48a4acd1ccf1
104 ``user@example.com``. 104 ``user@example.com``.
105 105
106 :escape: Any text. Replaces the special XML/XHTML characters "&", "<" 106 :escape: Any text. Replaces the special XML/XHTML characters "&", "<"
107 and ">" with XML entities. 107 and ">" with XML entities.
108 108
109 :hex: Any text. Convert a binary Mercurial node identifier into
110 its long hexadecimal representation.
111
109 :fill68: Any text. Wraps the text to fit in 68 columns. 112 :fill68: Any text. Wraps the text to fit in 68 columns.
110 113
111 :fill76: Any text. Wraps the text to fit in 76 columns. 114 :fill76: Any text. Wraps the text to fit in 76 columns.
112 115
113 :firstline: Any text. Returns the first line of text. 116 :firstline: Any text. Returns the first line of text.