log mercurial/formatter.py @ 29327:baab9ea4426c

age author description
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)
Sat, 26 Mar 2016 18:12:12 +0900 Yuya Nishihara templater: relax unquotestring() to fall back to bare string
Tue, 08 Mar 2016 04:08:33 -0800 Kostia Balytskyi formatter: make labels work with templated output
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'
Wed, 23 Sep 2015 21:54:47 +0900 Yuya Nishihara formatter: use dict.update() to set arguments passed to write functions
Wed, 23 Sep 2015 21:51:48 +0900 Yuya Nishihara formatter: verify number of arguments passed to write functions
Sat, 08 Aug 2015 19:17:40 -0700 Gregory Szorc formatter: use absolute_import
Thu, 25 Jun 2015 17:49:11 -0500 Matt Mackall formatter: mark developer options
Wed, 10 Jun 2015 14:33:38 -0500 Matt Mackall formatter: add template support
Wed, 10 Jun 2015 14:30:18 -0500 Matt Mackall formatter: add a method to build a full templater from a -T option
Wed, 10 Jun 2015 14:29:13 -0500 Matt Mackall formatter: move most of template option helper to formatter
Wed, 17 Sep 2014 22:34:34 +0900 Yuya Nishihara formatter: convert None to json null