comparison mercurial/help/templates.txt @ 11970:fca15617721c

merge with stable
author Matt Mackall <mpm@selenic.com>
date Thu, 19 Aug 2010 10:25:41 -0500
parents 3e979f47a4c9 df95b31bbdd7
children 48a4acd1ccf1
comparison
equal deleted inserted replaced
11969:52ec5c813723 11970:fca15617721c
140 :short: Changeset hash. Returns the short form of a changeset hash, 140 :short: Changeset hash. Returns the short form of a changeset hash,
141 i.e. a 12 hexadecimal digit string. 141 i.e. a 12 hexadecimal digit string.
142 142
143 :shortdate: Date. Returns a date like "2006-09-18". 143 :shortdate: Date. Returns a date like "2006-09-18".
144 144
145 :stringify: Any type. Turns the value into text by converting values into
146 text and concatenating them.
147
145 :strip: Any text. Strips all leading and trailing whitespace. 148 :strip: Any text. Strips all leading and trailing whitespace.
146 149
147 :tabindent: Any text. Returns the text, with every line except the 150 :tabindent: Any text. Returns the text, with every line except the
148 first starting with a tab character. 151 first starting with a tab character.
149 152