log mercurial/help/templates.txt @ 34658:dbe1f5118864

age author description
Thu, 12 Oct 2017 21:56:13 +0900 Yuya Nishihara help: use single quotes in ``template example``
Mon, 18 Sep 2017 23:07:17 +0900 Yuya Nishihara templater: extend dot operator as a short for get(dict, key)
Sat, 09 Sep 2017 19:32:56 +0900 Yuya Nishihara templater: add dot operator to easily access a sub item
Sat, 22 Apr 2017 21:29:00 +0900 Yuya Nishihara formatter: add support for parts map of [templates] section
Sat, 22 Apr 2017 20:14:55 +0900 Yuya Nishihara formatter: load templates section like a map file
Wed, 03 May 2017 22:07:47 -0400 Matt Harbison help: spelling fixes stable
Sun, 08 Jan 2017 12:05:10 -0500 Matt Harbison help: merge the various operator sections of revsets, filesets and templates
Sun, 08 Jan 2017 02:43:01 -0500 Matt Harbison help: apply the section headings from revsets to templates
Sun, 09 Oct 2016 05:51:04 -0700 Simon Farnsworth templater: provide arithmetic operations on integers
Fri, 23 Sep 2016 08:15:05 +0000 Hannes Oldenburg templates: add built-in files() function
Mon, 08 Aug 2016 16:47:42 +0200 Mathias De Maré help: add example of '[templates]' usage stable
Tue, 03 May 2016 09:49:54 -0700 Martin von Zweigbergk templater: add separate() template function
Sun, 27 Mar 2016 20:59:36 +0900 Yuya Nishihara templater: load and expand aliases by template engine (API) (issue4842)
Fri, 05 Feb 2016 23:17:07 +0900 Yuya Nishihara help: update template examples to use reST literal syntax stable
Sun, 23 Aug 2015 23:44:58 -0400 Matt Harbison templater: introduce {latesttag()} function to match a pattern (issue4184)
Sat, 12 Sep 2015 00:21:41 +0900 Yuya Nishihara templater: switch ctx of list expression to rev of revset() (BC)
Tue, 18 Aug 2015 22:15:46 +0900 Yuya Nishihara templater: add optional timezone argument to localdate()
Sun, 12 Jul 2015 17:59:25 +0900 Yuya Nishihara help: rewrite template examples to not use shell escaping
Sat, 13 Jun 2015 19:49:54 +0900 Yuya Nishihara templater: take any string literals as template, but not for rawstring (BC)
Thu, 28 May 2015 20:03:42 -0700 Ryan McElroy templatekw: introduce active subkeyword from bookmarks keyword
Sat, 02 May 2015 15:51:57 +0900 Yuya Nishihara help: rewrite template examples to use integer literals where appropriate
Wed, 01 Apr 2015 20:23:58 -0700 Gregory Szorc help: populate template functions via docstrings
Thu, 28 Aug 2014 22:45:36 +0900 FUJIWARA Katsunori templater: add "diff" template function
Mon, 25 Aug 2014 15:10:09 +0200 Thomas De Schampheleire help: add pad function to template help stable
Fri, 25 Jul 2014 15:51:42 -0500 Matt Mackall help: mention '-T list' in templater topic stable
Fri, 25 Jul 2014 15:38:26 -0500 Matt Mackall help: drop reference to glog in templates topic stable
Mon, 21 Jul 2014 11:44:20 +0900 Yuya Nishihara help: use --template to specify existing style stable
Thu, 12 Jun 2014 18:02:23 -0700 Ryan McElroy templater: introduce word function
Thu, 12 Jun 2014 17:53:37 -0700 Ryan McElroy templater: introduce startswith function
Thu, 12 Jun 2014 17:45:41 -0700 Ryan McElroy templatefilter: add splitlines function