tests/test-command-template.t
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
Sun, 23 Aug 2015 23:44:58 -0400 Matt Harbison templater: introduce {latesttag()} function to match a pattern (issue4184)
Sat, 12 Sep 2015 00:21:41 +0900 Yuya Nishihara templater: switch ctx of list expression to rev of revset() (BC)
Wed, 26 Aug 2015 16:27:14 -0500 Matt Mackall templater: add new docheader/footer components for XML (issue4135)
Wed, 09 Sep 2015 14:43:45 -0700 Matt Mackall templater: create string unescape helper (issue4798)
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
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
Mon, 20 Jul 2015 15:39:15 -0700 Danek Duvall tests: work around differing hunk headers between GNU and Solaris diff stable
Mon, 20 Jul 2015 15:33:20 -0700 Danek Duvall tests: use egrep with regular expression branches for compatibility stable
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
Sat, 04 Jul 2015 17:19:49 +0900 Yuya Nishihara changeset_printer: display wdirrev/wdirnode values for workingctx
Thu, 02 Jul 2015 22:18:21 +0900 Yuya Nishihara templatekw: make {rev} return wdirrev instead of None
Sat, 14 Mar 2015 17:58:18 +0900 Yuya Nishihara templatekw: apply manifest template only if ctx.manifestnode() exists
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
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
Wed, 10 Jun 2015 21:44:43 +0900 Yuya Nishihara templater: do not reevaluate rawstring as template (BC)
Sat, 13 Jun 2015 19:49:54 +0900 Yuya Nishihara templater: take any string literals as template, but not for rawstring (BC)
Mon, 15 Jun 2015 13:31:22 -0500 Matt Mackall merge with stable
Sat, 13 Jun 2015 20:14:22 +0900 Yuya Nishihara templater: evaluate arguments passed to diff() appropriately stable
Mon, 08 Jun 2015 18:48:45 +0900 Yuya Nishihara templater: make pad function evaluate both string and rawstring templates
Tue, 09 Jun 2015 13:21:20 -0500 Matt Mackall merge with stable
Sat, 04 Apr 2015 01:03:52 -0700 Ryan McElroy templater: introduce indent function
Mon, 08 Jun 2015 18:14:22 +0900 Yuya Nishihara templater: do not preprocess template string in "if" expression (issue4714) stable
Thu, 28 May 2015 20:06:19 -0700 Ryan McElroy commands: rename current to active in variables and comments
Thu, 28 May 2015 20:03:42 -0700 Ryan McElroy templatekw: introduce active subkeyword from bookmarks keyword
Wed, 15 Apr 2015 08:19:36 -0700 Ryan McElroy templatekw: replace currentbookmark with activebookmark keyword
Sun, 10 May 2015 13:48:10 -0400 Jordi Gutiérrez Hermoso map-cmdline.bisect: rewrite to just %include the default template
Sun, 10 May 2015 14:04:43 -0400 Jordi Gutiérrez Hermoso log: add a status template
Tue, 12 May 2015 12:33:42 -0500 Matt Mackall tests: fix hidden repeatability problem with age filter test
Sat, 02 May 2015 15:49:38 +0900 Yuya Nishihara templater: update error message of invalid number passed to word() function
Fri, 01 May 2015 20:43:55 +0900 Yuya Nishihara templater: tokenize decimal integer literal (issue4638) (BC)
Tue, 05 May 2015 14:45:09 -0400 Jordi Gutiérrez Hermoso tests: add a new commit to test-commandline-template
Fri, 08 May 2015 18:11:26 +0900 Yuya Nishihara templater: strip single backslash before quotation mark in quoted template
Thu, 07 May 2015 13:47:45 -0500 Matt Mackall merge with stable
Mon, 04 May 2015 10:17:34 +0900 Yuya Nishihara templater: strictly parse leading backslashes of '{' (issue4569) (BC) stable
Mon, 04 May 2015 09:54:01 +0900 Yuya Nishihara templater: do not process \-escapes at parsestring() (issue4290) stable
Sun, 26 Apr 2015 13:43:01 -0400 Jordi Gutiérrez Hermoso test-command-template: minor clarification in comment
Tue, 28 Apr 2015 15:29:15 -0400 Jordi Gutiérrez Hermoso test-command-template: test the phase template more precisely
Sun, 03 May 2015 17:33:14 +0900 Yuya Nishihara templater: fix crash by passing invalid object to date() function stable
Thu, 30 Apr 2015 12:33:36 -0700 Ryan McElroy templater: fail more gracefully for blank strings to word stable
Fri, 24 Apr 2015 14:52:12 -0400 Jordi Gutiérrez Hermoso template-phases: do not show description or summary if empty stable
Fri, 24 Apr 2015 14:17:14 -0400 Jordi Gutiérrez Hermoso test-command-template: add a short description of a temporary snippet stable
Fri, 27 Mar 2015 22:12:53 +0900 Yuya Nishihara templates-default: do not show description or summary if empty
less more (0) -100 -60 tip