log mercurial/formatter.py @ 32896:e14484e7f562

age author description
Sat, 17 Jun 2017 15:05:11 +0530 Pulkit Goyal py3: use pycompat.strkwargs() to convert kwargs keys to str before passing
Sat, 06 May 2017 17:03:59 +0900 Yuya Nishihara formatter: always store a literal template unnamed
Sat, 22 Apr 2017 20:14:55 +0900 Yuya Nishihara formatter: load templates section like a map file
Sat, 22 Apr 2017 19:56:47 +0900 Yuya Nishihara templater: add simple interface for unnamed template (API)
Sat, 22 Apr 2017 19:29:41 +0900 Yuya Nishihara formatter: render template specified by templatespec tuple
Sat, 22 Apr 2017 19:07:00 +0900 Yuya Nishihara formatter: put topic in templatespec tuple
Sat, 22 Apr 2017 18:48:38 +0900 Yuya Nishihara formatter: wrap (tmpl, mapfile) by named tuple
Sat, 06 May 2017 16:24:21 +0900 Yuya Nishihara formatter: document lookuptemplate()
Sat, 22 Apr 2017 15:11:53 +0900 Yuya Nishihara formatter: inline gettemplater()
Sat, 22 Apr 2017 15:06:06 +0900 Yuya Nishihara formatter: factor out function to create templater from literal or map file
Sat, 06 May 2017 14:48:47 +0900 Yuya Nishihara formatter: open raw template file in posix semantics
Sat, 06 May 2017 14:47:31 +0900 Yuya Nishihara formatter: open raw template file in binary mode (BC)
Sat, 06 May 2017 14:40:22 +0900 Yuya Nishihara formatter: close raw template file explicitly
Sat, 27 May 2017 17:44:26 +0900 Yuya Nishihara formatter: add nullformatter
Sat, 27 May 2017 17:40:18 +0900 Yuya Nishihara formatter: add helper to create a formatter optionally backed by file
Sun, 18 Jan 2015 18:04:44 +0900 Yuya Nishihara formatter: add option to redirect output to file object
Thu, 04 May 2017 01:12:14 +0530 Pulkit Goyal py3: use pycompat.byteskwargs to converts kwargs to bytes
Wed, 05 Apr 2017 22:28:09 +0900 Yuya Nishihara templatekw: add public function to wrap a dict by _hybrid object
Wed, 05 Apr 2017 22:25:36 +0900 Yuya Nishihara templatekw: add public function to wrap a list by _hybrid object
Fri, 22 Apr 2016 21:46:33 +0900 Yuya Nishihara templater: provide loop counter as "index" keyword
Sun, 02 Apr 2017 22:43:18 +0900 Yuya Nishihara formatter: reorder code that builds template mapping
Sun, 02 Apr 2017 12:02:17 +0900 Yuya Nishihara formatter: use templatefilters.json()
Mon, 13 Mar 2017 18:31:29 -0700 Gregory Szorc formatter: support json formatting of long type
Thu, 09 Mar 2017 15:38:00 -0800 Martin von Zweigbergk formatter: set _first on formatter, not ui
Sun, 18 Jan 2015 18:04:44 +0900 Yuya Nishihara formatter: add argument to change output file of non-plain formatter
Sat, 25 Feb 2017 17:00:07 +0900 Yuya Nishihara formatter: add support for changeset templating
Sat, 25 Feb 2017 22:04:30 +0900 Yuya Nishihara formatter: drop filters argument from maketemplater()
Sat, 22 Oct 2016 15:02:11 +0900 Yuya Nishihara formatter: add overview of API and example as doctest
Mon, 29 Aug 2016 17:19:09 +0200 Mathias De Maré formatter: introduce isplain() to replace (the inverse of) __nonzero__() (API)
Mon, 29 Aug 2016 00:00:05 +0900 Yuya Nishihara formatter: add context manager interface for convenience