mercurial/formatter.py
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Tue, 01 Mar 2022 20:50:34 -0800 Gregory Szorc py3: use int instead of pycompat.long
Thu, 03 Mar 2022 18:28:30 -0800 Gregory Szorc global: bulk replace simple pycompat.iteritems(x) with x.items()
Mon, 21 Feb 2022 10:26:25 -0700 Gregory Szorc formatter: remove conditional assert
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Tue, 01 Mar 2022 20:29:03 -0800 Gregory Szorc py3: use pickle directly
Thu, 25 Mar 2021 18:02:08 +0100 Raphaël Gomès contributor: change mentions of mpm to olivia
Mon, 15 Mar 2021 17:09:42 +0100 Pierre-Yves David debugdiscovery: also integrate the discovery output in the json one
Thu, 06 Aug 2020 09:50:10 -0700 Martin von Zweigbergk templater: add exception-raising version of open_template()
Tue, 04 Aug 2020 13:22:00 -0700 Martin von Zweigbergk templater: pass opened file-like object to templatespec
Tue, 04 Aug 2020 13:21:29 -0700 Martin von Zweigbergk templater: replace templatepath() with function that also opens the file
Mon, 20 Jul 2020 21:33:28 -0700 Martin von Zweigbergk templatespec: move check for non-unicode to lower-level function
Thu, 16 Jul 2020 13:33:46 -0700 Martin von Zweigbergk templatespec: create a factory function for each type there is
Thu, 23 Jul 2020 10:20:48 -0700 Martin von Zweigbergk formatter: inline a variable assigned from `templater.templater.frommapfile`
Thu, 23 Jul 2020 22:50:20 -0700 Martin von Zweigbergk formatter: remove now-unnecessary check for file-ness
Sun, 27 Oct 2019 12:49:09 +0900 Yuya Nishihara formatter: fix handling of None value in templater mapping stable
Sun, 27 Oct 2019 12:30:59 +0900 Yuya Nishihara config: fix -Tjson to not crash due to unsupported defaultvalue types stable
Mon, 07 Oct 2019 00:04:04 -0400 Gregory Szorc py3: finish porting iteritems() to pycompat and remove source transformer
Sat, 05 Oct 2019 23:30:09 -0400 Yuya Nishihara formatter: map -Tjson(...) and -Tcbor(...) to templater
Sat, 05 Oct 2019 23:20:35 -0400 Yuya Nishihara formatter: parse name of built-in formatter templates in standard way
Sat, 05 Oct 2019 23:04:45 -0400 Yuya Nishihara formatter: pass in template spec to templateformatter as argument
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Sun, 10 Mar 2019 12:57:24 +0900 Yuya Nishihara template: add CBOR output format
Sun, 14 Oct 2018 07:25:01 +0200 Yuya Nishihara formatter: make debug output prettier
Sun, 14 Oct 2018 06:51:19 +0200 Yuya Nishihara formatter: use stringutil.pprint() in debug output to drop b''
Mon, 01 Oct 2018 17:37:53 +0200 Boris Feld formatter: more details on assertion failure
Sat, 01 Sep 2018 15:52:18 +0900 Yuya Nishihara formatter: replace contexthint() with demand loading of ctx object
Thu, 07 Jun 2018 21:48:11 +0900 Yuya Nishihara formatter: populate ctx from repo and node value
Sun, 29 Jul 2018 21:25:37 +0900 Yuya Nishihara formatter: populate fctx from ctx and path value
Thu, 07 Jun 2018 21:36:13 +0900 Yuya Nishihara formatter: factor out function that detects node change and document it
Sat, 01 Sep 2018 15:06:05 +0900 Yuya Nishihara formatter: inline _gettermap and _knownkeys
Sat, 01 Sep 2018 13:21:45 +0900 Yuya Nishihara formatter: fill missing resources by formatter, not by resource mapper
Thu, 07 Jun 2018 23:27:54 +0900 Yuya Nishihara templater: remove unused context argument from most resourcemapper functions
Mon, 18 Jun 2018 21:58:04 +0900 Yuya Nishihara formatter: look for template symbols from the associated name
Fri, 08 Jun 2018 22:10:22 +0900 Yuya Nishihara formatter: provide hint of context keys required by template
Thu, 03 May 2018 11:56:49 +0900 Yuya Nishihara formatter: provide hint of referenced field names
Sat, 24 Mar 2018 17:54:02 +0900 Yuya Nishihara templater: introduce a wrapper for date tuple (BC)
Thu, 03 May 2018 15:08:16 +0900 Yuya Nishihara formatter: ditch namedtuple in favor of attr
Fri, 13 Apr 2018 22:58:49 +0900 Yuya Nishihara formatter: convert timestamp to int
Thu, 12 Apr 2018 23:25:58 +0900 Yuya Nishihara formatter: carry opts to file-based formatters by basefm
Thu, 12 Apr 2018 23:24:33 +0900 Yuya Nishihara formatter: remove unused private attributes from baseformatter
Thu, 15 Mar 2018 22:27:16 +0900 Yuya Nishihara formatter: make nested items somewhat readable in template output
Sat, 17 Mar 2018 17:54:33 +0900 Yuya Nishihara formatter: make 'originalnode' a thing in log-like templates
Sat, 17 Mar 2018 17:41:07 +0900 Yuya Nishihara formatter: port handling of 'originalnode' to populatemap() hook
Thu, 15 Mar 2018 21:52:47 +0900 Yuya Nishihara templater: switch 'revcache' based on new mapping items
Thu, 15 Mar 2018 21:49:33 +0900 Yuya Nishihara templater: add hook point to populate additional mapping items
Thu, 15 Mar 2018 21:38:57 +0900 Yuya Nishihara templater: drop symbols which should be overridden by new 'ctx' (issue5612)
Thu, 15 Mar 2018 20:43:39 +0900 Yuya Nishihara templater: introduce resourcemapper class
Fri, 16 Mar 2018 21:24:12 +0900 Yuya Nishihara templater: factor out helper that renders named template as string
Sun, 11 Mar 2018 21:26:15 +0900 Yuya Nishihara formatter: unblock storing fctx as a template resource
Sun, 11 Mar 2018 21:12:02 +0900 Yuya Nishihara templater: process mapping dict by resource callables
Sun, 11 Mar 2018 21:05:29 +0900 Yuya Nishihara templater: convert resources to a table of callables for future extension
Thu, 08 Mar 2018 23:15:09 +0900 Yuya Nishihara templater: move hybrid class and functions to templateutil module
Thu, 08 Mar 2018 23:10:46 +0900 Yuya Nishihara templater: move stringify() to templateutil module
Thu, 01 Mar 2018 08:14:54 -0500 Yuya Nishihara templater: byte-stringify dict/list values before passing to default format
Thu, 01 Mar 2018 08:07:22 -0500 Yuya Nishihara templater: allow dynamically switching the default dict/list formatting
Thu, 15 Feb 2018 17:18:26 +0100 Boris Feld util: extract all date-related utils in utils/dateutil module
Sun, 25 Feb 2018 13:24:35 +0900 Yuya Nishihara templatekw: add 'requires' flag to switch to exception-safe interface
Sat, 17 Feb 2018 18:09:56 +0900 Yuya Nishihara py3: factor out byterepr() which returns an asciified value on py3
Sun, 11 Feb 2018 14:21:44 -0800 Gregory Szorc py3: cast repr() result to bytes
Fri, 22 Dec 2017 21:19:29 +0900 Yuya Nishihara templater: register keywords to defaults table
Thu, 21 Dec 2017 22:17:39 +0900 Yuya Nishihara templater: look up symbols/resources as if they were separated (issue5699)
Thu, 21 Dec 2017 22:05:30 +0900 Yuya Nishihara templater: move repo, ui and cache to per-engine resources
Thu, 21 Dec 2017 21:29:06 +0900 Yuya Nishihara templater: keep default resources per template engine (API)
Sat, 14 Oct 2017 18:06:42 +0900 Yuya Nishihara templater: load aliases from [templatealias] section in map file
Sun, 01 Oct 2017 08:37:04 +0100 Yuya Nishihara formatter: fix default list/dict generator to be evaluated more than once
Sat, 30 Sep 2017 07:44:08 -0400 Augie Fackler formatter: remove superfluous pass statements
Sun, 17 Sep 2017 12:39:53 +0900 Yuya Nishihara py3: convert system strings to bytes in doctest of formatter.py
Sun, 17 Sep 2017 12:39:14 +0900 Yuya Nishihara py3: rewrite stdout hack of doctest by using ui.pushbuffer()
Sun, 03 Sep 2017 14:32:11 +0900 Yuya Nishihara doctest: bulk-replace string literals with b'' for Python 3
Mon, 26 Jun 2017 09:33:01 +0900 Yuya Nishihara formatter: proxy fm.context() through converter
Sat, 22 Apr 2017 21:29:00 +0900 Yuya Nishihara formatter: add support for parts map of [templates] section
Sat, 22 Apr 2017 21:50:51 +0900 Yuya Nishihara formatter: add support for separator template
Sat, 22 Apr 2017 21:46:14 +0900 Yuya Nishihara formatter: add support for docheader and docfooter templates
Sat, 22 Apr 2017 21:38:08 +0900 Yuya Nishihara formatter: extract helper function to render template
Sat, 17 Jun 2017 15:29:26 +0530 Pulkit Goyal py3: convert keys of kwargs back to bytes using pycompat.byteskwargs()
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
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
less more (0) -120 tip