Fri, 19 Aug 2016 18:26:04 +0900 |
Yuya Nishihara |
revlog: add support for partial matching of wdir node id
|
Sat, 15 Apr 2017 10:51:17 +0900 |
Yuya Nishihara |
templatefilters: fix crash by string formatting of '{x|splitlines}'
|
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
|
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
|
Tue, 04 Apr 2017 22:31:59 +0900 |
Yuya Nishihara |
templater: make _hybrid provide more list/dict-like methods
|
Fri, 22 Apr 2016 21:46:33 +0900 |
Yuya Nishihara |
templater: provide loop counter as "index" keyword
|
Fri, 24 Mar 2017 19:19:00 -0700 |
Gregory Szorc |
show: new extension for displaying various repository data
|
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, 18 Mar 2017 20:11:15 +0900 |
Yuya Nishihara |
color: insert color code after every "\e[0m" (issue5413)
|
Sun, 08 Jan 2017 13:49:53 -0500 |
Matt Harbison |
tests: update globs for Windows
|
Sun, 30 Oct 2016 06:15:07 +0900 |
FUJIWARA Katsunori |
tests: use basic format code "%Y" instead of "%s" for test portability
stable
|
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 05:51:04 -0700 |
Simon Farnsworth |
templater: provide arithmetic operations on integers
|
Sat, 08 Oct 2016 02:26:48 -0700 |
Simon Farnsworth |
template: provide a termwidth keyword (issue5395)
|
Sat, 08 Oct 2016 15:24:26 +0200 |
Yuya Nishihara |
templater: add relpath() to convert repo path to relative path (issue5394)
|
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:29:13 +0900 |
Yuya Nishihara |
templater: make pad() evaluate boolean argument (BC)
|
Wed, 27 Jul 2016 15:14:19 -0500 |
Matt Mackall |
date: refactor timezone parsing
stable
|
Fri, 22 Jul 2016 22:12:12 +0900 |
Yuya Nishihara |
templatekw: fix join format of parents keyword (issue5292)
stable
|
Fri, 22 Jul 2016 22:00:46 +0900 |
Yuya Nishihara |
templatekw: fix join format of revset() function
stable
|
Tue, 03 May 2016 09:49:54 -0700 |
Martin von Zweigbergk |
templater: add separate() template function
|
Sun, 17 Apr 2016 12:31:06 +0900 |
Yuya Nishihara |
parser: shorten prefix of alias parsing errors
|
Sun, 27 Mar 2016 21:05:55 +0900 |
Yuya Nishihara |
ui: drop template aliases by HGPLAIN
|
Sun, 27 Mar 2016 20:59:36 +0900 |
Yuya Nishihara |
templater: load and expand aliases by template engine (API) (issue4842)
|
Sun, 27 Mar 2016 20:31:56 +0900 |
Yuya Nishihara |
templater: add parsing and expansion rules to process "templatealias" section
|
Wed, 30 Mar 2016 02:10:44 +0900 |
FUJIWARA Katsunori |
registrar: add templatefunc to mark a function as template function (API)
|
Sun, 27 Mar 2016 17:42:19 +0900 |
Yuya Nishihara |
templater: do not strip non-quote characters from template config
|
Sat, 26 Mar 2016 18:01:04 +0900 |
Yuya Nishihara |
templater: do not abuse SyntaxError to report errors in template map file
|
Sun, 14 Feb 2016 01:06:12 +0900 |
Yuya Nishihara |
templater: add debugtemplate command
|
Sun, 14 Feb 2016 15:42:49 +0900 |
Yuya Nishihara |
templater: relax type of mapped template
|
Thu, 11 Jun 2015 23:04:14 +0900 |
Yuya Nishihara |
templater: move label() function from color extension
|
Thu, 11 Jun 2015 22:58:27 +0900 |
Yuya Nishihara |
templater: make label() take unknown symbol as color literal
|
Sun, 14 Feb 2016 13:58:46 +0900 |
Yuya Nishihara |
templater: handle exception when applying map operator to non-iterable object
|
Sun, 14 Feb 2016 13:09:17 +0900 |
Yuya Nishihara |
templater: fix shortest() to evaluate int argument and handle error
|
Sun, 14 Feb 2016 13:05:09 +0900 |
Yuya Nishihara |
templater: fix pad() to evaluate int argument and handle error
|
Sun, 14 Feb 2016 12:48:14 +0900 |
Yuya Nishihara |
templater: drop redundant type conversion when evaluating integer argument
|
Sun, 14 Feb 2016 00:27:09 +0900 |
Yuya Nishihara |
templater: fix revset() to evaluate format arguments eagerly
|
Sun, 14 Feb 2016 00:18:12 +0900 |
Yuya Nishihara |
templater: fix ifcontains() to evaluate items argument eagerly
|
Sun, 14 Feb 2016 00:05:58 +0900 |
Yuya Nishihara |
templater: fix get() to evaluate arguments eagerly
|
Fri, 12 Feb 2016 19:16:09 +0900 |
Yuya Nishihara |
templatekw: switch ctx of list expression to rev of {parents} (BC)
|
Sun, 27 Dec 2015 20:21:37 +0900 |
Yuya Nishihara |
templatekw: workaround for utf-8 round-trip of {desc}
|
Sun, 27 Dec 2015 17:59:57 +0900 |
Yuya Nishihara |
templatefilters: make json filter be byte-transparent (BC) (issue4926)
|
Sun, 27 Dec 2015 17:45:05 +0900 |
Yuya Nishihara |
templatefilters: add "utf8" to get utf-8 bytes from local-encoding text
|
Fri, 12 Feb 2016 18:08:53 +0900 |
Yuya Nishihara |
templater: evaluate each item of revset() as integer revision
|
Fri, 05 Feb 2016 22:32:05 +0900 |
FUJIWARA Katsunori |
tests: remove protected file forcibly for portability
|
Thu, 23 Jul 2015 23:41:29 +0900 |
Yuya Nishihara |
templater: abort if infinite recursion detected while compiling
stable
|
Wed, 22 Jul 2015 23:29:41 +0900 |
Yuya Nishihara |
templater: abort if infinite recursion detected while evaluation (issue4758)
stable
|
Tue, 12 Jan 2016 23:56:48 +0900 |
Yuya Nishihara |
templatekw: add {namespaces} keyword
|
Wed, 04 Nov 2015 23:48:15 +0900 |
Yuya Nishihara |
templatefilters: try round-trip utf-8 conversion by json filter (issue4933)
stable
|
Wed, 07 Oct 2015 13:44:48 -0500 |
Matt Mackall |
merge with stable
|
Mon, 05 Oct 2015 12:37:26 -0400 |
Matt Harbison |
templater: protect word() from crashing on out of range negative value
stable
|
Mon, 24 Aug 2015 23:30:17 -0400 |
Matt Harbison |
templatekw: add {changes}, {distance} and {tag} to the {latesttag} keyword
|