Thu, 21 Feb 2019 10:54:29 -0800 |
Martin von Zweigbergk |
templatekw: move getrenamedfn() to scmutil (API)
|
Mon, 26 Mar 2018 10:41:42 -0700 |
Martin von Zweigbergk |
templatekw: migrate to new method for getting copy info
|
Mon, 18 Feb 2019 23:43:40 -0500 |
Jordi GutiƩrrez Hermoso |
templatekw: make negrev return empty for wdir() and nullrev
|
Fri, 15 Feb 2019 14:43:31 -0500 |
Jordi GutiƩrrez Hermoso |
templatekw: add a {negrev} keyword
|
Fri, 25 Jan 2019 23:36:23 -0800 |
Martin von Zweigbergk |
cleanup: use p1() and p2() instead of parents()[0] and parents()[1]
|
Sun, 20 Jan 2019 11:51:21 +0900 |
Yuya Nishihara |
templatekw: fix crash on multiple latesttags resolution at wdir (issue6055)
stable
|
Mon, 07 Jan 2019 19:03:23 -0500 |
Augie Fackler |
merge with stable
|
Fri, 04 Jan 2019 21:01:10 -0500 |
Matt Harbison |
templatekw: fix documentation typos
stable
|
Sun, 04 Nov 2018 20:44:26 +0900 |
Yuya Nishihara |
templater: compute revset lazily
|
Fri, 26 Oct 2018 21:46:37 +0900 |
Yuya Nishihara |
templatekw: deprecate p1rev/p2rev/p1node/p2node in favor of p1/p2
|
Fri, 26 Oct 2018 21:43:20 +0900 |
Yuya Nishihara |
templatekw: add p1/p2 keywords which switches the current ctx
|
Fri, 26 Oct 2018 21:28:20 +0900 |
Yuya Nishihara |
templatekw: extract internal "{rev}:{node|formatnode}" template to constant
|
Sat, 15 Sep 2018 17:26:21 +0900 |
Yuya Nishihara |
log: fill in pseudo rev and node as wdir() manifest identifiers
|
Thu, 07 Jun 2018 21:48:11 +0900 |
Yuya Nishihara |
formatter: populate ctx from repo and node value
|
Sun, 29 Jul 2018 22:04:01 +0900 |
Yuya Nishihara |
templatekw: add experimental {status} keyword
|
Sun, 29 Jul 2018 21:52:01 +0900 |
Yuya Nishihara |
templatekw: add option to include ignored/clean/unknown files in cache
|
Sun, 29 Jul 2018 22:07:42 +0900 |
Yuya Nishihara |
templatekw: keep status tuple in cache dict and rename cache key accordingly
|
Sun, 29 Jul 2018 21:39:12 +0900 |
Yuya Nishihara |
templatekw: extract function that computes and caches file status
|
Sun, 29 Jul 2018 21:28:51 +0900 |
Yuya Nishihara |
templatekw: add {size} keyword as an example of fctx-based keyword
|
Sun, 05 Aug 2018 16:33:30 +0900 |
Yuya Nishihara |
templatekw: add {path} keyword to host documentation
|
Sun, 05 Aug 2018 16:27:09 +0900 |
Yuya Nishihara |
templatekw: alias {name} of file copies dict to {path}
|
Sun, 05 Aug 2018 16:14:18 +0900 |
Yuya Nishihara |
templatekw: alias {file} of files list to {path}
|
Tue, 24 Jul 2018 22:13:21 +0900 |
Yuya Nishihara |
templatekw: copy {author} to {user} and document {author} as an alias
|
Fri, 27 Jul 2018 14:48:58 -0700 |
Martin von Zweigbergk |
templatekw: use ctx1.status(ctx2) instead of repo.status(ctx1, ctx2)
|
Fri, 06 Jul 2018 21:49:25 +0900 |
Yuya Nishihara |
diffutil: move the module out of utils package
|
Fri, 06 Jul 2018 21:41:36 +0900 |
Yuya Nishihara |
diffutil: remove diffopts() in favor of diffallopts()
|
Fri, 06 Jul 2018 21:29:05 +0900 |
Yuya Nishihara |
templatekw: obtain ui directly from the template context
|
Sat, 23 Jun 2018 14:30:31 +0200 |
Boris Feld |
template: directly instantiate diff options for diffstat
|
Wed, 04 Jul 2018 12:12:49 -0700 |
Gregory Szorc |
manifest: define and implement rev() on manifestlog
|
Tue, 22 May 2018 15:02:52 +0200 |
Boris Feld |
context: explicitly take diffopts in `context.diff` (API)
|
Thu, 14 Jun 2018 20:29:27 +0900 |
Yuya Nishihara |
py3: fix map() use in templatekw.showpredecessors()
|
Wed, 13 Jun 2018 21:57:24 +0900 |
Yuya Nishihara |
templater: restore the original string format of {date}
|
Sat, 24 Mar 2018 17:54:02 +0900 |
Yuya Nishihara |
templater: introduce a wrapper for date tuple (BC)
|
Sat, 09 Jun 2018 12:36:06 +0900 |
Yuya Nishihara |
templater: rename mappable to hybriditem as it is the primary use case
|
Mon, 26 Mar 2018 10:49:01 -0700 |
Martin von Zweigbergk |
templatekw: make getrenamed() return only filename, not nodeid
|
Thu, 10 May 2018 22:00:41 -0400 |
Matt Harbison |
templatekw: drop deprecated showlist() and showdict() (API)
|
Sun, 23 Apr 2017 13:15:30 +0900 |
Yuya Nishihara |
encoding: introduce tagging type for non-lossy non-ASCII string
|
Tue, 08 May 2018 17:54:57 +0800 |
Anton Shestakov |
templates: split getgraphnode() body into two functions
|
Sun, 15 Apr 2018 19:41:34 +0800 |
Anton Shestakov |
templates: adjust white space amount in the output of {whyunstable}
|
Sat, 14 Apr 2018 20:34:14 +0800 |
Anton Shestakov |
templates: make divergentnodes in whyunstable keyword be a hybrid list
|
Mon, 26 Mar 2018 17:00:12 +0800 |
Anton Shestakov |
templates: add whyunstable template keyword
|
Mon, 19 Mar 2018 20:23:27 +0900 |
Yuya Nishihara |
templatekw: fix return type of {succsandmarkers} (BC)
|
Mon, 19 Mar 2018 20:32:06 +0900 |
Yuya Nishihara |
obsutil: make obsfateprinter() less dependent on templater
|
Sun, 18 Mar 2018 00:11:36 +0900 |
Yuya Nishihara |
templatekw: do not directly call .gen
|
Thu, 15 Mar 2018 21:52:47 +0900 |
Yuya Nishihara |
templater: switch 'revcache' based on new mapping items
|
Thu, 22 Mar 2018 21:56:20 +0900 |
Yuya Nishihara |
stringutil: bulk-replace call sites to point to new module
|
Thu, 15 Mar 2018 21:22:52 +0900 |
Yuya Nishihara |
templater: factor out function to create mapping dict for nested evaluation
|
Fri, 16 Mar 2018 23:11:55 +0900 |
Yuya Nishihara |
templatekw: mark _showlist() as deprecated (API)
|
Fri, 16 Mar 2018 23:09:21 +0900 |
Yuya Nishihara |
templater: drop 'templ' from resources dict
|
Fri, 16 Mar 2018 23:01:51 +0900 |
Yuya Nishihara |
templatekw: stop using _showlist() which is about to be deprecated
|
Fri, 16 Mar 2018 22:47:15 +0900 |
Yuya Nishihara |
templater: use template context to render old-style list template
|
Fri, 16 Mar 2018 21:39:32 +0900 |
Yuya Nishihara |
templater: use named function to expand template against mapping dict (API)
|
Thu, 08 Mar 2018 23:15:09 +0900 |
Yuya Nishihara |
templater: move hybrid class and functions to templateutil module
|
Thu, 01 Mar 2018 08:14:54 -0500 |
Yuya Nishihara |
templater: byte-stringify dict/list values before passing to default format
|
Thu, 01 Mar 2018 08:07:22 -0500 |
Yuya Nishihara |
templater: allow dynamically switching the default dict/list formatting
|
Sun, 25 Feb 2018 19:34:35 +0900 |
Yuya Nishihara |
templatekw: deprecate showdict() and showlist() (API)
|
Sun, 25 Feb 2018 19:25:14 +0900 |
Yuya Nishihara |
templatekw: switch remainder of _showlist template keywords to new API
|
Sun, 25 Feb 2018 20:55:53 +0900 |
Yuya Nishihara |
templatekw: switch manifest template keyword to new API
|
Sun, 25 Feb 2018 19:23:06 +0900 |
Yuya Nishihara |
templatekw: switch latesttags template keywords to new API
|
Sun, 25 Feb 2018 19:08:02 +0900 |
Yuya Nishihara |
templatekw: switch revset() to new API
|
Sun, 25 Feb 2018 19:05:57 +0900 |
Yuya Nishihara |
templatekw: switch obsfate-related template keywords to new API
|
Sun, 25 Feb 2018 18:52:51 +0900 |
Yuya Nishihara |
templatekw: switch namespace template keywords to new API
|
Sun, 25 Feb 2018 16:45:44 +0900 |
Yuya Nishihara |
templatekw: switch most of showlist template keywords to new API (issue5779)
|
Sun, 25 Feb 2018 16:22:55 +0900 |
Yuya Nishihara |
templatekw: switch showdict template keywords to new API
|
Fri, 02 Mar 2018 09:09:38 -0500 |
Augie Fackler |
templatekw: fix dict construction in _showlist to not mix bytes and strs
|
Sun, 25 Feb 2018 16:14:37 +0900 |
Yuya Nishihara |
templatekw: add compatlist() as a replacement for showlist()
|
Sun, 25 Feb 2018 16:03:19 +0900 |
Yuya Nishihara |
templatekw: add compatdict() as a replacement for showdict()
|
Sun, 25 Feb 2018 15:43:35 +0900 |
Yuya Nishihara |
templatekw: pass templater to _showlist() by an explicit argument
|
Sun, 25 Feb 2018 16:36:38 +0900 |
Yuya Nishihara |
templatekw: inline getfiles()
|
Sun, 25 Feb 2018 16:35:34 +0900 |
Yuya Nishihara |
templatekw: factor out function to build a list of files per status
|
Sun, 25 Feb 2018 13:40:46 +0900 |
Yuya Nishihara |
templatekw: switch non-showlist template keywords to new API
|
Sun, 25 Feb 2018 14:28:32 +0900 |
Yuya Nishihara |
templatekw: extract non-templatekw function as getgraphnode()
|
Thu, 01 Mar 2018 08:19:47 -0500 |
Yuya Nishihara |
py3: fix type of attribute names forwarded by templatekw._hybrid
|
Thu, 01 Mar 2018 06:43:13 -0500 |
Yuya Nishihara |
py3: use '%d' to format diffstat sum
|
Tue, 27 Feb 2018 14:41:24 +0530 |
Pulkit Goyal |
py3: fix more keyword arguments handling
|
Sun, 25 Feb 2018 13:24:35 +0900 |
Yuya Nishihara |
templatekw: add 'requires' flag to switch to exception-safe interface
|
Sun, 25 Feb 2018 14:14:33 +0900 |
Yuya Nishihara |
templatekw: minimize resource dependency of {envvars} and {termwidth}
|
Sun, 25 Feb 2018 14:12:34 +0900 |
Yuya Nishihara |
templatekw: simply override {graphwidth} function by mapping variable
|
Sat, 24 Feb 2018 10:48:24 -0800 |
Gregory Szorc |
templatekw: use ctx.rev() instead of casting context to int
|
Mon, 08 Jan 2018 11:11:06 +0900 |
Yuya Nishihara |
templatekw: add {reporoot} keyword
|
Sun, 11 Feb 2018 16:16:43 -0800 |
Gregory Szorc |
py3: catch TypeError during template operations
|
Fri, 02 Feb 2018 23:53:57 -0500 |
Matt Harbison |
templatekw: drop the deprecated '{troubles}' keyword
|
Sun, 21 Jan 2018 13:03:03 +0900 |
Yuya Nishihara |
cmdutil: drop aliases for logcmdutil functions (API)
|
Fri, 22 Dec 2017 23:17:04 +0800 |
Anton Shestakov |
graphlog: add another graph node type, unstable, using character "*" (BC)
|
Sat, 02 Dec 2017 16:29:49 +0900 |
Yuya Nishihara |
log: translate column labels at once (issue5750)
|
Wed, 29 Nov 2017 04:41:48 +0530 |
Pulkit Goyal |
py3: fix args handling for obsfate template
|
Sat, 21 Oct 2017 17:46:41 +0900 |
Yuya Nishihara |
templatekw: add verbosity keyword to select template by -q/-v/--debug flag
|
Sat, 21 Oct 2017 17:31:13 +0900 |
Yuya Nishihara |
templatekw: move loadkeyword() to bottom
|
Sat, 21 Oct 2017 17:05:04 +0900 |
Yuya Nishihara |
help: hide phaseidx template keyword
|
Thu, 05 Oct 2017 17:42:56 +0200 |
Boris Feld |
templatekw: introduce obsfate keyword
|
Thu, 12 Oct 2017 21:48:02 +0900 |
Yuya Nishihara |
help: hide template keywords of obsolescence as they are still experimental
|
Thu, 12 Oct 2017 21:42:42 +0900 |
Yuya Nishihara |
help: fix formatting of template keywords
|
Tue, 19 Sep 2017 23:13:46 +0900 |
Yuya Nishihara |
templater: store revisions as ints so min/max won't compare them as strings
|
Sat, 30 Sep 2017 08:57:50 +0100 |
Yuya Nishihara |
templatekw: allow accessing to nested namespace item by its template name
|
Sat, 30 Sep 2017 08:50:24 +0100 |
Yuya Nishihara |
templatekw: get rid of temporary dicts from shownamespaces()
|
Mon, 18 Sep 2017 23:53:05 +0900 |
Yuya Nishihara |
templatekw: rename peerpaths to peerurls per naming convention (BC)
|
Mon, 18 Sep 2017 23:31:01 +0900 |
Yuya Nishihara |
templatekw: make experimental {peerpaths} return a single-level dict (BC)
|
Mon, 18 Sep 2017 23:49:05 +0900 |
Yuya Nishihara |
templatekw: fix scope of peerpath url bound to generator
|
Sat, 09 Sep 2017 19:32:56 +0900 |
Yuya Nishihara |
templater: add dot operator to easily access a sub item
|
Sat, 09 Sep 2017 19:13:25 +0900 |
Yuya Nishihara |
templater: wrap get/min/max result so map operation can apply to element
|
Sun, 01 Oct 2017 08:37:04 +0100 |
Yuya Nishihara |
formatter: fix default list/dict generator to be evaluated more than once
|
Sun, 24 Apr 2016 18:41:23 +0900 |
Yuya Nishihara |
templatekw: add new-style template expansion to {manifest}
|
Sun, 24 Sep 2017 15:22:46 +0900 |
Yuya Nishihara |
templatekw: just pass underlying value (or key) to joinfmt() function
|
Sun, 24 Sep 2017 12:43:57 +0900 |
Yuya Nishihara |
scmutil: extract helper functions that returns human-readable change id
|
Thu, 17 Aug 2017 18:26:11 +0200 |
Boris Feld |
template: add minimal obsfate template function
|
Mon, 21 Aug 2017 21:35:06 -0700 |
Sean Farley |
merge with stable
|
Tue, 15 Aug 2017 23:23:55 -0700 |
Martin von Zweigbergk |
templatekw: choose {latesttag} by len(changes), not date (issue5659)
stable
|
Tue, 15 Aug 2017 10:15:31 -0700 |
Danny Hooper |
log: add a "graphwidth" template variable
|
Sun, 13 Aug 2017 14:12:28 +0900 |
Yuya Nishihara |
templatekw: specify plural form of instability
|
Wed, 16 Aug 2017 13:57:19 +0900 |
Yuya Nishihara |
templatekw: rename termwidth() per convention
|
Thu, 03 Aug 2017 15:30:41 +0200 |
Boris Feld |
label: rename trouble.X into instability.X
|
Wed, 02 Aug 2017 18:34:39 +0200 |
Boris Feld |
context: rename troubles into instabilities
|
Wed, 02 Aug 2017 11:32:25 +0200 |
Boris Feld |
template: rename troubles templatekw into instabilities
|
Sat, 15 Jul 2017 00:38:57 +0900 |
Yuya Nishihara |
templatekw: hide {peerpaths} keyword for 4.3
|
Thu, 13 Jul 2017 00:35:54 +0900 |
Yuya Nishihara |
templatekw: export ui.paths as {peerpaths}
|
Mon, 03 Jul 2017 11:22:00 +0200 |
Boris Feld |
template: add successors template
|
Sat, 24 Jun 2017 14:52:15 -0700 |
Gregory Szorc |
namespaces: record and expose whether namespace is built-in
|
Sat, 24 Jun 2017 13:39:20 -0700 |
Gregory Szorc |
templatekw: expose color name in {namespaces} entries
|
Thu, 22 Jun 2017 03:16:16 +0530 |
Pulkit Goyal |
py3: convert kwargs' keys' to str using pycompat.strkwargs()
|
Thu, 22 Jun 2017 01:29:07 +0530 |
Pulkit Goyal |
py3: use "%d" % val for int rather than pycompat.bytestr
|