log tests/test-command-template.t @ 23453:341e4798c24d

age author description
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
Sun, 13 Apr 2014 19:01:00 +0200 Mads Kiilerich spelling: fixes from spell checker
Mon, 31 Mar 2014 10:12:07 -0500 Kevin Bullock merge with stable
Thu, 27 Mar 2014 17:21:27 -0500 Sean Farley templater: raise error for unknown func stable
Tue, 11 Mar 2014 16:19:08 -0500 Matt Mackall merge with stable
Sat, 08 Mar 2014 17:38:50 -0600 Matt Mackall templating: make -T much more flexible
Sat, 08 Mar 2014 15:27:25 -0600 Matt Mackall commands: add -T alternative to --template
Mon, 10 Mar 2014 01:01:43 +0900 FUJIWARA Katsunori templater: make strings in template expressions be "string-escape"-ed correctly stable
Mon, 10 Mar 2014 01:01:43 +0900 FUJIWARA Katsunori templater: apply "stringify()" on sub expression to get string correctly stable
Mon, 10 Mar 2014 01:01:42 +0900 FUJIWARA Katsunori templater: avoid recursive evaluation of string literals completely stable
Tue, 11 Feb 2014 21:40:33 -0800 Durham Goode template: add 'current' to scope during {bookmarks % ...}
Tue, 11 Feb 2014 21:04:12 -0800 Durham Goode template: add revset() template function
Tue, 11 Feb 2014 21:10:00 -0800 Durham Goode template: add ifcontains template function