mercurial/templater.py
Sun, 03 Sep 2017 14:32:11 +0900 Yuya Nishihara doctest: bulk-replace string literals with b'' for Python 3
Sun, 03 Sep 2017 21:17:25 +0900 Yuya Nishihara parser: stabilize output of prettyformat() by using byte-safe repr()
Sun, 03 Sep 2017 17:37:17 +0900 Yuya Nishihara py3: use bytes[n:n + 1] to get bytes in templater._parsetemplate()
Mon, 03 Jul 2017 15:34:10 +0200 Boris Feld template: compute dates in obsfatedate
Mon, 03 Jul 2017 15:34:00 +0200 Boris Feld template: compute user in obsfateusers
Mon, 03 Jul 2017 15:33:27 +0200 Boris Feld template: compute verb in obsfateverb
Sat, 15 Jul 2017 15:51:57 -0700 Gregory Szorc revset: pass repo when passing ui
Thu, 22 Jun 2017 03:16:16 +0530 Pulkit Goyal py3: convert kwargs' keys' to str using pycompat.strkwargs()
Thu, 22 Jun 2017 03:10:24 +0530 Pulkit Goyal py3: convert kwargs keys' back to bytes using pycompat.byteskwargs()
Wed, 21 Jun 2017 02:20:34 +0530 Pulkit Goyal py3: use pycompat.bytestr() in place of str()
Tue, 20 Jun 2017 23:46:18 +0530 Pulkit Goyal py3: replace str with bytes in isinstance()
Sat, 22 Apr 2017 19:56:47 +0900 Yuya Nishihara templater: add simple interface for unnamed template (API)
Fri, 19 Aug 2016 18:26:04 +0900 Yuya Nishihara revlog: add support for partial matching of wdir node id
Fri, 05 May 2017 01:26:49 +0530 Pulkit Goyal py3: use pycompat.bytestr instead of bytes
Wed, 05 Apr 2017 21:47:34 +0900 Yuya Nishihara templatekw: have showlist() take mapping dict with no **kwargs expansion (API)
Mon, 03 Apr 2017 23:13:49 +0900 Yuya Nishihara templater: add shorthand for building a dict like {"key": key}
Sat, 08 Apr 2017 23:33:32 +0900 Yuya Nishihara templater: find keyword name more thoroughly on filtering error
Mon, 03 Apr 2017 22:54:06 +0900 Yuya Nishihara templater: add dict() constructor
Sun, 09 Apr 2017 11:58:27 +0900 Yuya Nishihara parser: preserve order of keyword arguments
Mon, 03 Apr 2017 22:07:09 +0900 Yuya Nishihara parser: extend buildargsdict() to support arbitrary number of **kwargs
Mon, 03 Apr 2017 22:23:52 +0900 Yuya Nishihara templater: port pad() to take keyword arguments
Mon, 03 Apr 2017 21:22:39 +0900 Yuya Nishihara templater: add support for keyword arguments
Mon, 03 Apr 2017 20:55:55 +0900 Yuya Nishihara templater: add parsing rule for key-value pair
Mon, 03 Apr 2017 20:44:05 +0900 Yuya Nishihara templater: adjust binding strengths to make room for key-value operator
Mon, 03 Apr 2017 20:37:25 +0900 Yuya Nishihara templater: sort token table by binding strength
Tue, 04 Apr 2017 22:19:02 +0900 Yuya Nishihara templater: remove __iter__() from _hybrid, resolve it explicitly
Sun, 09 Apr 2017 00:10:54 -0400 Matt Harbison templatekw: clarify the result of {latesttag} when no tag exists
Fri, 22 Apr 2016 21:46:33 +0900 Yuya Nishihara templater: provide loop counter as "index" keyword
Fri, 22 Apr 2016 21:45:06 +0900 Yuya Nishihara templater: rename variable "i" to "v" in runmap()
Sat, 18 Mar 2017 21:02:20 +0900 Yuya Nishihara templater: make pad() strip color codes before computing width (issue5416)
Sat, 18 Mar 2017 20:50:15 +0900 Yuya Nishihara templater: make pad() compute actual width
Sat, 18 Mar 2017 20:38:44 +0900 Yuya Nishihara templater: reject bad fillchar argument passed to pad()
Sat, 25 Feb 2017 16:26:58 +0900 Yuya Nishihara templater: port formatnode filter from changeset_templater
Sun, 19 Feb 2017 18:19:33 +0900 Yuya Nishihara revset: split language services to revsetlang module (API)
Sun, 18 Dec 2016 01:17:12 +0530 Pulkit Goyal py3: replace os.altsep with pycompat.altsep
Sat, 17 Dec 2016 20:14:24 +0530 Pulkit Goyal py3: replace os.sep with pycompat.ossep (part 3 of 4)
Mon, 17 Oct 2016 23:16:55 +0200 Mads Kiilerich spelling: fixes of non-dictionary words
Tue, 25 Oct 2016 21:49:30 +0900 Yuya Nishihara templater: use unfiltered changelog to calculate shortest() at constant time stable
Sun, 23 Oct 2016 14:05:23 +0900 Yuya Nishihara templater: do not use index.partialmatch() directly to calculate shortest() stable
Sun, 09 Oct 2016 08:09:20 -0700 Simon Farnsworth templater: handle division by zero in arithmetic
Sun, 09 Oct 2016 05:51:04 -0700 Simon Farnsworth templater: provide arithmetic operations on integers
Sat, 08 Oct 2016 15:24:26 +0200 Yuya Nishihara templater: add relpath() to convert repo path to relative path (issue5394)
Sat, 01 Oct 2016 09:55:32 +0800 Anton Shestakov templater: use "needle" and "haystack" as (meta-)variables for ifcontains()
Fri, 23 Sep 2016 08:15:05 +0000 Hannes Oldenburg templates: add built-in files() function
Wed, 24 Aug 2016 17:43:45 -0700 Matt Mackall templater: add template path to __base__ search
Fri, 22 Apr 2016 21:32:30 +0900 Yuya Nishihara templater: rename "right" argument of pad() function
Fri, 22 Apr 2016 21:29:13 +0900 Yuya Nishihara templater: make pad() evaluate boolean argument (BC)
Thu, 18 Aug 2016 16:29:22 +0900 Yuya Nishihara templater: fix if() to not evaluate False as bool('False')
Thu, 18 Aug 2016 15:55:07 +0900 Yuya Nishihara templater: make it clearer that _flatten() omits None
Wed, 17 Aug 2016 13:40:27 -0500 Matt Mackall templater: add inheritance support to style maps
Wed, 27 Jul 2016 15:14:19 -0500 Matt Mackall date: refactor timezone parsing stable
Tue, 03 May 2016 09:49:54 -0700 Martin von Zweigbergk templater: add separate() template function
Sun, 27 Mar 2016 20:59:36 +0900 Yuya Nishihara templater: load and expand aliases by template engine (API) (issue4842)
Sun, 03 Apr 2016 13:23:40 +0900 Yuya Nishihara templater: inline compiletemplate() function into engine
Sun, 03 Apr 2016 23:26:48 +0900 Yuya Nishihara templater: separate function to create templater from map file (API)
Sun, 03 Apr 2016 23:18:30 +0900 Yuya Nishihara templater: extract function that loads template map file
Sun, 03 Apr 2016 23:22:43 +0900 Yuya Nishihara templater: demote "base" directory of map file to local variable
Sun, 27 Mar 2016 20:31:56 +0900 Yuya Nishihara templater: add parsing and expansion rules to process "templatealias" section
Sun, 27 Mar 2016 20:29:03 +0900 Yuya Nishihara templater: add function to parse whole string as template expression
Sun, 03 Apr 2016 11:23:31 +0900 Yuya Nishihara templater: drop deprecated handling of KeyError from changeset_templater
less more (0) -300 -100 -60 tip