log tests/test-command-template.t @ 24853:6518880de1b3 stable

age author description
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
Mon, 30 Mar 2015 23:54:29 +0900 Yuya Nishihara templatefilters: add "upper" and "lower" for case conversion
Mon, 16 Mar 2015 13:41:45 -0500 Matt Mackall merge with stable
Sat, 14 Mar 2015 22:34:27 +0900 Yuya Nishihara templates: fix "log -q" output of default style stable
Tue, 24 Feb 2015 00:04:55 +0900 Yuya Nishihara templater: allow piping generator-type function output to filters
Wed, 18 Feb 2015 23:17:52 +0900 Yuya Nishihara templatekw: forward _hybrid.get to raw values so that get(extras, key) works
Wed, 18 Feb 2015 23:01:33 +0900 Yuya Nishihara templater: implement _hybrid.__contains__ so that ifcontains can accept dict
Wed, 18 Feb 2015 22:17:35 +0900 Yuya Nishihara templatekw: fix {join(bookmarks, sep)} to always show associated bookmarks stable
Tue, 06 Jan 2015 18:18:28 -0600 Matt Mackall merge with stable
Mon, 05 Jan 2015 22:18:55 -0800 Gregory Szorc cmdutil.jsonchangeset: properly compute added and removed files stable
Tue, 18 Nov 2014 22:13:05 -0800 Siddharth Agarwal jsonchangeset: don't honor whitespace and format-changing diffopts
Fri, 10 Oct 2014 12:15:46 -0500 Matt Mackall merge with stable
Fri, 10 Oct 2014 11:38:00 -0500 Matt Mackall templater: fix ifcontains when list is a string (issue4399) stable
Fri, 03 Oct 2014 19:48:56 -0400 Jordi Gutiérrez Hermoso log: rewrite default template to use labels (issue2866)
Fri, 03 Oct 2014 22:03:31 -0400 Jordi Gutiérrez Hermoso templater: set the correct phase for parents
Tue, 09 Sep 2014 22:14:13 +0900 Anton Shestakov templater: add count template filter, plus tests
Tue, 30 Sep 2014 18:22:58 -0500 Matt Mackall merge with stable
Tue, 30 Sep 2014 23:15:56 +0900 Yuya Nishihara templater: fix precedence of --style and --template options stable
Thu, 28 Aug 2014 22:45:36 +0900 FUJIWARA Katsunori templater: add "diff" template function
Mon, 15 Sep 2014 13:11:13 -0500 Matt Mackall cmdutil: add json style to log-like commands
Sat, 23 Aug 2014 21:23:02 +0900 FUJIWARA Katsunori templater: enable alias predicates to be used in "revset()" function
Fri, 25 Jul 2014 15:35:09 -0500 Matt Mackall templates: re-add template listing support stable
Tue, 15 Jul 2014 23:34:13 +0900 FUJIWARA Katsunori templatekw: add 'currentbookmark' keyword to show current bookmark easily
Thu, 12 Jun 2014 18:02:23 -0700 Ryan McElroy templater: introduce word function
Thu, 12 Jun 2014 18:07:21 -0700 Ryan McElroy templater: add symbol to error
Thu, 12 Jun 2014 17:53:37 -0700 Ryan McElroy templater: introduce startswith function
Thu, 12 Jun 2014 17:45:41 -0700 Ryan McElroy templatefilter: add splitlines function
Fri, 23 May 2014 16:25:55 -0700 Durham Goode templates: fix ifcontains against sets with length > 1 (issue4259) stable