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
|
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)
|
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
|
Fri, 03 Oct 2014 22:20:02 +0900 |
Yuya Nishihara |
formatter: add general way to switch hex/short functions
|
Thu, 02 Oct 2014 23:20:59 +0900 |
Yuya Nishihara |
formatter: convert booleans to json
|
Wed, 17 Sep 2014 22:21:01 +0900 |
Yuya Nishihara |
formatter: convert float value to json
|
Wed, 17 Sep 2014 21:30:22 +0900 |
Yuya Nishihara |
formatter: have jsonformatter accept tuple as value
|
Wed, 17 Sep 2014 21:15:43 +0900 |
Yuya Nishihara |
formatter: extract function that encode values to json string
|
Wed, 17 Sep 2014 00:31:03 +0900 |
Yuya Nishihara |
formatter: correct bool testing which should be __nonzero__ in Python 2
|
Fri, 12 Sep 2014 18:36:38 -0500 |
Matt Mackall |
formatter: add pickle format
|
Fri, 12 Sep 2014 18:29:29 -0500 |
Matt Mackall |
formatter: add json formatter
|
Fri, 12 Sep 2014 19:06:11 -0500 |
Matt Mackall |
formatter: make debug style match Python syntax
|
Sat, 03 Nov 2012 14:37:50 -0500 |
Matt Mackall |
formatter: add condwrite method
|
Thu, 20 Sep 2012 23:30:59 -0400 |
David M. Carr |
formatter: improve implementation of data method
|
Sat, 15 Sep 2012 22:50:34 -0400 |
David M. Carr |
formatter: add base implementation of data method
|
Mon, 20 Feb 2012 16:42:47 -0600 |
Matt Mackall |
formatter: add basic formatters
|