Sat, 14 Nov 2015 17:02:57 +0900 |
Yuya Nishihara |
templatekw: avoid slow creation of changectx objects in showgraphnode()
|
Sat, 14 Nov 2015 16:58:18 +0900 |
Yuya Nishihara |
graphlog: extract "graphnode" template keyword that represents node symbol
|
Mon, 24 Aug 2015 23:30:17 -0400 |
Matt Harbison |
templatekw: add {changes}, {distance} and {tag} to the {latesttag} keyword
|
Mon, 24 Aug 2015 23:07:00 -0400 |
Matt Harbison |
templatekw: introduce showlatesttags() to handle {latesttag} keywords
|
Mon, 05 Oct 2015 21:11:50 -0400 |
Matt Harbison |
templatekw: factor out the changessincetag calculation to a private method
|
Sun, 23 Aug 2015 23:22:55 -0400 |
Matt Harbison |
templatekw: allow getlatesttags() to match a specific tag pattern
|
Sat, 26 Sep 2015 12:19:39 +0900 |
Yuya Nishihara |
templatekw: hide help of "branches" by DEPRECATED marker
|
Sat, 26 Sep 2015 12:39:13 +0900 |
Yuya Nishihara |
templatekw: remove dockeywords hack
|
Sat, 26 Sep 2015 12:38:02 +0900 |
Yuya Nishihara |
templatekw: port implementation of showparents() from changeset_templater
|
Sat, 26 Sep 2015 12:32:03 +0900 |
Yuya Nishihara |
templatekw: reorder stub of showparents() function
|
Sat, 12 Sep 2015 00:21:41 +0900 |
Yuya Nishihara |
templater: switch ctx of list expression to rev of revset() (BC)
|
Sat, 08 Aug 2015 20:09:43 -0700 |
Gregory Szorc |
templatekw: use absolute_import
|
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
|
Mon, 06 Jul 2015 23:23:22 -0400 |
Matt Harbison |
templatekw: make {latesttag} a hybrid list
|
Mon, 06 Jul 2015 23:12:24 -0400 |
Matt Harbison |
templatekw: allow the caller of showlist() to specify the join() separator
|
Fri, 26 Jun 2015 23:11:05 -0400 |
Matt Harbison |
templatekw: introduce the changessincelatesttag keyword
|
Fri, 26 Jun 2015 23:23:10 -0400 |
Matt Harbison |
templatekw: use a list of tags in getlatesttags() instead of joining them
|
Wed, 24 Jun 2015 11:15:00 -0400 |
Matt Harbison |
templatekw: correct typo in activebookmark documentation
|
Mon, 01 Jun 2015 14:47:02 -0500 |
Matt Mackall |
merge with stable
|
Tue, 02 Jun 2015 02:28:33 +0900 |
FUJIWARA Katsunori |
templatekw: compare target context and its parent exactly (issue4690)
stable 3.4.1
|
Wed, 15 Apr 2015 09:07:54 -0700 |
Ryan McElroy |
templatekw: display active bookmark more consistently (issue4552) (BC)
|
Thu, 28 May 2015 20:03:42 -0700 |
Ryan McElroy |
templatekw: introduce active subkeyword from bookmarks keyword
|
Wed, 15 Apr 2015 08:12:04 -0700 |
Ryan McElroy |
templatekw: introduce activebookmark keyword
|
Wed, 15 Apr 2015 08:26:01 -0700 |
Ryan McElroy |
templatekw: rename variable current to active
|
Tue, 14 Apr 2015 12:45:15 -0700 |
Ryan McElroy |
bookmarks: simplify iscurrent to isactivewdirparent (API)
|
Tue, 14 Apr 2015 13:17:33 -0700 |
Ryan McElroy |
bookmarks: rename bookmarkcurrent to activebookmark (API)
|
Wed, 08 Apr 2015 21:04:06 +0900 |
Yuya Nishihara |
templatekw: have {manifest} use ctx.manifestnode() for consistency
|
Thu, 12 Mar 2015 23:11:15 -0400 |
Matt Harbison |
templater: replace 'ctx._repo' with 'ctx.repo()'
|
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
|
Sun, 08 Mar 2015 14:46:42 +0900 |
Yuya Nishihara |
templatekw: keep raw list or dict in _hybrid object
|
Sun, 08 Mar 2015 14:38:50 +0900 |
Yuya Nishihara |
templatekw: give name to lambda that constructs variables map of templater
|
Sun, 08 Mar 2015 14:17:35 +0900 |
Yuya Nishihara |
templatekw: convert list of key/value pairs to sortdict
|
Wed, 18 Feb 2015 22:17:35 +0900 |
Yuya Nishihara |
templatekw: fix {join(bookmarks, sep)} to always show associated bookmarks
stable
|
Wed, 18 Feb 2015 22:10:17 +0900 |
Yuya Nishihara |
templatekw: inline showlist() into showbookmarks()
stable
|
Sun, 01 Feb 2015 09:36:47 +0900 |
FUJIWARA Katsunori |
templatekw: re-add showtags() to list tags keyword up in online help
stable
|
Sun, 21 Dec 2014 14:01:52 -0800 |
Sean Farley |
templatekw: update namespace calls
|
Mon, 15 Dec 2014 09:40:02 -0800 |
Sean Farley |
templatekw: remove unneeded showtags
|
Sun, 14 Dec 2014 19:15:37 -0800 |
Sean Farley |
templatekw: add helper method to generate a template keyword for a namespace
|
Mon, 08 Sep 2014 20:12:58 +0900 |
Anton Shestakov |
templater: implement __len__ for _hybrid
|
Tue, 15 Jul 2014 23:34:13 +0900 |
FUJIWARA Katsunori |
templatekw: add 'subrepos' keyword to show updated subrepositories
|
Tue, 15 Jul 2014 23:34:13 +0900 |
FUJIWARA Katsunori |
templatekw: add 'currentbookmark' keyword to show current bookmark easily
|
Wed, 12 Mar 2014 13:20:42 -0400 |
Augie Fackler |
templatekw: move from dict() construction to {} literals
|
Tue, 11 Feb 2014 21:40:33 -0800 |
Durham Goode |
template: add 'current' to scope during {bookmarks % ...}
|
Mon, 23 Dec 2013 14:14:31 +0100 |
Andrew Shadura |
templatekw: allow tagtypes other than global in getlatesttags
|
Thu, 21 Nov 2013 15:46:49 -0500 |
Matthew Turk |
template: modify showextras to return a hybrid
|
Thu, 21 Nov 2013 15:08:30 -0600 |
Matt Mackall |
merge with stable
|
Thu, 21 Nov 2013 11:49:31 -0600 |
Matt Mackall |
help: drop help for branches template keyword
|
Thu, 21 Nov 2013 11:30:52 -0600 |
Matt Mackall |
templater: makes branches work correctly with stringify (issue4108)
stable
|
Fri, 15 Nov 2013 18:08:50 -0500 |
Matthew Turk |
template: change extras to use showlist rather than manual templ call.
|
Fri, 15 Nov 2013 16:53:54 -0500 |
Matthew Turk |
help: document about {extras} template keyword
|
Tue, 16 Apr 2013 09:44:29 -0500 |
Matt Mackall |
templatekw: add default styles for hybrid types (issue3887)
|
Fri, 22 Feb 2013 13:45:46 -0600 |
Matt Mackall |
templater: properly handle file_copies with %
|
Fri, 21 Sep 2012 18:54:00 -0500 |
Matt Mackall |
templating: make new-style templating features work with command line lists
|
Tue, 14 Aug 2012 08:11:15 -0700 |
Bryan O'Sullivan |
templatekw: merge, preferring the second implementation
|
Tue, 10 Jul 2012 08:43:32 -0700 |
epriestley |
templatekw: add p1rev, p1node, p2rev, p2node keywords
|
Tue, 10 Jul 2012 08:43:32 -0700 |
epriestley |
templatekw: add parent1, parent1node, parent2, parent2node keywords
|
Tue, 10 Jul 2012 09:11:53 -0700 |
epriestley |
templatekw/help: document the {parents} keyword
|
Fri, 20 Jan 2012 13:10:01 -0200 |
Wagner Bruna |
templatekw: fix phase keywords
stable
|
Fri, 06 Jan 2012 11:20:49 +0100 |
Pierre-Yves David |
phases: ``{phase}`` template keyword display the phase name
|
Sun, 09 Oct 2011 14:25:04 +0200 |
Pierre-Yves David |
phases: add a phase template keyword
|
Thu, 22 Sep 2011 01:36:01 +0200 |
Yann E. MORIN |
templates: add 'bisect' keyword to return a cset's bisect status
|
Thu, 26 May 2011 22:51:02 +0800 |
Steven Brown |
patch: restore the previous output of 'diff --stat'
|
Sat, 21 May 2011 15:09:15 -0500 |
Matt Mackall |
templatekw: use diffstatsum in diffstat keyword
|
Fri, 13 May 2011 12:57:27 -0500 |
Matt Mackall |
help: consolidate topic hooks in help.py
|
Sat, 30 Apr 2011 13:59:14 +0200 |
Alexander Solovyov |
remove unused imports and variables
|
Mon, 04 Apr 2011 16:21:59 -0500 |
Matt Mackall |
misc: replace .parents()[0] with p1()
|
Sat, 12 Mar 2011 12:46:31 +0100 |
Patrick Mezard |
help: extract items doc generation function
|
Sat, 12 Mar 2011 12:46:31 +0100 |
Patrick Mezard |
templates: document missing keywords or filters
|
Sat, 12 Mar 2011 12:46:31 +0100 |
Patrick Mezard |
templates: generate keyword help dynamically
|
Fri, 11 Feb 2011 19:47:39 +0100 |
David Soria Parra |
templater: add bookmarks to templates and default output
|
Mon, 13 Dec 2010 10:30:15 -0500 |
Eric Eisner |
template: add showbranch template for {branch}
|
Tue, 07 Dec 2010 15:50:28 +0100 |
Alexander Solovyov |
templatekw.showdiffstat: use ctx.diff() instead of calling patch
|
Wed, 24 Nov 2010 15:56:32 -0600 |
Matt Mackall |
branch: operate on branch names in local string space where possible
|
Sat, 03 Jul 2010 05:24:16 +0200 |
Jason Harris |
templates: 'children' keyword
|
Mon, 08 Feb 2010 15:36:34 +0100 |
Benoit Boissinot |
fix coding style (reported by pylint)
|
Mon, 25 Jan 2010 00:05:27 -0600 |
Matt Mackall |
many, many trivial check-code fixups
|
Tue, 19 Jan 2010 22:45:09 -0600 |
Matt Mackall |
Merge with stable
|
Mon, 18 Jan 2010 22:59:32 +0100 |
Patrick Mezard |
templatekw: fix extras, manifest and showlist args (issue1989)
|
Sun, 13 Dec 2009 18:06:24 +0100 |
Patrick Mezard |
templatekw: change {file_copies} behaviour, add {file_copies_switch}
|
Sun, 13 Dec 2009 18:06:24 +0100 |
Patrick Mezard |
cmdutil: extract file copies closure into templatekw
|
Sun, 13 Dec 2009 18:06:24 +0100 |
Patrick Mezard |
cmdutil: extract latest tags closures in templatekw
|
Sun, 13 Dec 2009 18:06:24 +0100 |
Patrick Mezard |
cmdutil: extract file changes closures into templatekw
|
Sun, 13 Dec 2009 18:06:23 +0100 |
Patrick Mezard |
cmdutil: extract repo dependent closures in templatekw
|
Sun, 13 Dec 2009 18:06:23 +0100 |
Patrick Mezard |
cmdutil: extract ctx dependent closures into templatekw
|
Sun, 13 Dec 2009 18:06:23 +0100 |
Patrick Mezard |
cmdutil: replace showlist() closure with a function
|