log mercurial/formatter.py @ 31257:11831d755b51

age author description
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
Sun, 13 Mar 2016 19:59:39 +0900 Yuya Nishihara formatter: add fm.nested(field) to either write or build sub items
Mon, 15 Aug 2016 13:51:14 +0900 Yuya Nishihara formatter: factor out format*() functions to separate classes
Mon, 15 Aug 2016 12:58:33 +0900 Yuya Nishihara formatter: add function to convert dict to appropriate format
Sun, 31 Jul 2016 17:07:29 +0900 Yuya Nishihara formatter: add function to convert date tuple to appropriate format
Sun, 10 Jul 2016 21:03:06 +0900 Yuya Nishihara formatter: add function to convert list to appropriate format (issue5217)
Sat, 04 Jun 2016 14:38:00 +0530 Pulkit Goyal py3: conditionalize cPickle import by adding in util
Sun, 27 Mar 2016 20:59:36 +0900 Yuya Nishihara templater: load and expand aliases by template engine (API) (issue4842)
Sun, 10 Apr 2016 17:23:09 +0900 Yuya Nishihara templater: factor out function that creates templater from string template
Sun, 03 Apr 2016 23:26:48 +0900 Yuya Nishihara templater: separate function to create templater from map file (API)