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
|
Sun, 03 Apr 2016 11:20:50 +0900 |
Yuya Nishihara |
templater: give better error message for invalid engine type
|
Wed, 30 Mar 2016 02:10:44 +0900 |
FUJIWARA Katsunori |
templater: use templatefunc to mark a function as template function
|
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:12:12 +0900 |
Yuya Nishihara |
templater: relax unquotestring() to fall back to bare string
|
Sat, 26 Mar 2016 18:01:04 +0900 |
Yuya Nishihara |
templater: do not abuse SyntaxError to report errors in template map file
|
Sat, 13 Feb 2016 23:20:47 +0900 |
Yuya Nishihara |
templater: expand list of parsed templates to template node
|
Sun, 14 Feb 2016 15:42:49 +0900 |
Yuya Nishihara |
templater: relax type of mapped template
|
Sat, 13 Feb 2016 23:54:24 +0900 |
Yuya Nishihara |
templater: lift parsed and compiled templates to generic data types
|
Wed, 09 Mar 2016 23:59:26 +0900 |
Yuya Nishihara |
templater: make label() just fail if ui object isn't available
|
Wed, 02 Mar 2016 05:27:07 +0000 |
timeless |
templater: ignore orig/rej files
|
Tue, 08 Mar 2016 04:08:33 -0800 |
Kostia Balytskyi |
formatter: make labels work with templated output
|
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:30:32 +0900 |
Yuya Nishihara |
templater: factor out thin helper that evaluates argument as string
|
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 12:42:25 +0900 |
Yuya Nishihara |
templater: factor out function that evaluates argument as integer
|
Sun, 14 Feb 2016 13:36:50 +0900 |
Yuya Nishihara |
templater: make date() use helper function to evaluate 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
|
Wed, 24 Feb 2016 19:31:55 +0000 |
Kostia Balytskyi |
templater: fix list templating bug
|
Fri, 12 Feb 2016 18:39:48 +0900 |
Yuya Nishihara |
templater: factor out type conversion of revset() result
|
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
|
Sat, 16 Jan 2016 13:53:32 +0900 |
Yuya Nishihara |
templater: make get(dict, key) return a single value
|
Sat, 16 Jan 2016 13:42:37 +0900 |
Yuya Nishihara |
templater: make _hybrid not callable to avoid conflicting semantics
|
Thu, 31 Dec 2015 08:16:59 +0000 |
timeless |
cleanup: remove superfluous space after space after equals (python)
|
Mon, 30 Nov 2015 19:30:16 +0000 |
timeless |
grammar: favor zero, one, two over ... or no
|
Thu, 08 Oct 2015 12:55:45 -0700 |
Pierre-Yves David |
error: get Abort from 'error' instead of 'util'
|
Thu, 08 Oct 2015 17:44:22 -0500 |
Matt Mackall |
merge with stable
|
Thu, 08 Oct 2015 23:24:38 +0900 |
Yuya Nishihara |
templater: do not pre-evaluate generator keyword at runsymbol (issue4868)
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
|
Sun, 23 Aug 2015 23:44:58 -0400 |
Matt Harbison |
templater: introduce {latesttag()} function to match a pattern (issue4184)
|
Thu, 24 Sep 2015 01:07:09 -0700 |
Pierre-Yves David |
templater: remove a mutable default argument
|
Thu, 24 Sep 2015 01:06:41 -0700 |
Pierre-Yves David |
templater: remove a mutable default argument
|
Thu, 24 Sep 2015 01:06:10 -0700 |
Pierre-Yves David |
templater: remove a mutable default argument
|
Thu, 24 Sep 2015 01:05:21 -0700 |
Pierre-Yves David |
templater: remove a mutable default argument
|
Thu, 24 Sep 2015 01:04:58 -0700 |
Pierre-Yves David |
templater: remove a mutable default argument
|
Sat, 12 Sep 2015 00:21:41 +0900 |
Yuya Nishihara |
templater: switch ctx of list expression to rev of revset() (BC)
|
Thu, 10 Sep 2015 23:25:10 +0900 |
Yuya Nishihara |
parser: move unescape helper from templater
|
Wed, 09 Sep 2015 14:43:45 -0700 |
Matt Mackall |
templater: create string unescape helper (issue4798)
|
Sun, 30 Aug 2015 17:50:55 -0400 |
timeless |
templater: fix get English
|
Mon, 07 Sep 2015 21:58:17 +0900 |
Yuya Nishihara |
templater: catch regexp error at sub() function
|
Tue, 18 Aug 2015 22:15:46 +0900 |
Yuya Nishihara |
templater: add optional timezone argument to localdate()
|
Tue, 01 Sep 2015 19:15:16 +0900 |
Yuya Nishihara |
templater: port localdate filter to a function
|
Tue, 01 Sep 2015 19:04:10 +0900 |
Yuya Nishihara |
templater: drop unneeded destructuring of argument tuple at buildfilter
|
Tue, 01 Sep 2015 18:57:50 +0900 |
Yuya Nishihara |
templater: extract helper that evaluates filter or function argument
|
Sat, 04 Jul 2015 16:07:42 +0900 |
Yuya Nishihara |
templatefilters: remove redundant 'date' and 'strip' filters
|
Sat, 04 Jul 2015 16:03:36 +0900 |
Yuya Nishihara |
templater: introduce unified filter syntax for unary functions
|
Sat, 04 Jul 2015 15:59:03 +0900 |
Yuya Nishihara |
templater: inline getfilter() to buildfilter()
|
Sat, 08 Aug 2015 18:23:53 -0700 |
Gregory Szorc |
templater: use absolute_import
|
Sun, 05 Jul 2015 12:02:13 +0900 |
Yuya Nishihara |
parser: separate actions for primary expression and prefix operator
|
Sun, 05 Jul 2015 11:17:22 +0900 |
Yuya Nishihara |
parser: fill invalid infix and suffix actions by None
|
Sun, 05 Jul 2015 11:06:58 +0900 |
Yuya Nishihara |
parser: add comment about structure of elements to each table
|
Sat, 20 Jun 2015 18:24:11 +0900 |
Yuya Nishihara |
templater: unify "string" and "rawstring"
|
Sun, 21 Jun 2015 13:28:21 +0900 |
Yuya Nishihara |
templater: remove processing of "string" literals from tokenizer
|
Mon, 15 Jun 2015 23:11:35 +0900 |
Yuya Nishihara |
templater: introduce one-pass parsing of nested template strings
|
Mon, 15 Jun 2015 23:03:30 +0900 |
Yuya Nishihara |
templater: check existence of closing brace of template string
|
Mon, 15 Jun 2015 22:55:34 +0900 |
Yuya Nishihara |
templater: extract function that parses template string
|
Mon, 15 Jun 2015 23:00:42 +0900 |
Yuya Nishihara |
templater: respect stop position while parsing template string
|
Sat, 27 Jun 2015 15:28:46 +0900 |
Yuya Nishihara |
templater: remove workaround for escaped quoted string in quoted template
|
Wed, 01 Jul 2015 16:33:31 -0500 |
Matt Mackall |
merge with stable
|
Thu, 25 Jun 2015 22:07:38 +0900 |
Yuya Nishihara |
templater: parse \"...\" as string for 2.9.2-3.4 compatibility (issue4733)
stable
|
Wed, 24 Jun 2015 13:41:27 -0500 |
Matt Mackall |
merge with stable
|
Tue, 23 Jun 2015 22:20:08 -0700 |
Gregory Szorc |
global: mass rewrite to use modern exception syntax
|
Sun, 21 Jun 2015 00:49:26 +0900 |
Yuya Nishihara |
parser: accept iterator of tokens instead of tokenizer function and program
|
Sun, 21 Jun 2015 13:24:43 +0900 |
Yuya Nishihara |
templater: fix handling of \-escapes in raw string literals
stable
|
Sat, 20 Jun 2015 23:13:34 +0900 |
Yuya Nishihara |
templater: evaluate "query" argument passed to revset()
stable
|