mercurial/templatekw.py
Mon, 21 Feb 2022 11:13:15 -0700 Gregory Szorc templatekw: remove pycompat.iteritems()
Thu, 03 Mar 2022 18:28:30 -0800 Gregory Szorc global: bulk replace simple pycompat.iteritems(x) with x.items()
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Fri, 28 Jan 2022 11:35:41 +0100 Pierre-Yves David rank: add context and template keyword
Thu, 15 Apr 2021 16:58:20 +0200 Pierre-Yves David urlutil: make `paths` class old list of `path`
Thu, 15 Apr 2021 12:33:05 +0200 Pierre-Yves David template: add a `paths` field to all entry in peerurls
Thu, 15 Apr 2021 12:08:34 +0200 Pierre-Yves David template: make an explicit closure for formatting entry in peerurls
Thu, 15 Apr 2021 11:50:08 +0200 Pierre-Yves David template: use `list_paths` in `peerurls`
Mon, 29 Mar 2021 01:52:06 +0200 Joerg Sonnenberger node: replace nullid and friends with nodeconstants class
Thu, 25 Mar 2021 18:02:08 +0100 Raphaël Gomès contributor: change mentions of mpm to olivia
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Thu, 12 Nov 2020 14:07:34 -0800 Martin von Zweigbergk templates: define a {onelinesummary} keyword
Wed, 07 Oct 2020 00:45:41 +0800 Aay Jay Chan templatekw: make {successorssets} always return a list (issue6342)
Thu, 10 Sep 2020 13:12:34 -0700 Martin von Zweigbergk graphlog: use '%' only if there are *unresolved* conflicts
Mon, 18 May 2020 14:59:59 -0400 Augie Fackler mergestate: split out merge state handling code from main merge module
Thu, 16 Apr 2020 22:30:11 +0900 Yuya Nishihara templatekw: fix shownames() to check if namespace exists in repo (issue6301)
Wed, 15 Apr 2020 23:11:55 +0900 Yuya Nishihara templatekw: cache mergestate even if merge is not ongoing
Sun, 15 Mar 2020 15:12:44 +0900 Yuya Nishihara templater: introduce wrapper for smartset (API)
Tue, 28 Jan 2020 21:49:50 -0800 Martin von Zweigbergk graphlog: use '%' for other context in merge conflict
Mon, 07 Oct 2019 00:04:04 -0400 Gregory Szorc py3: finish porting iteritems() to pycompat and remove source transformer
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Wed, 19 Jun 2019 09:59:45 -0700 Martin von Zweigbergk copies: create helper for getting all copies for changeset
Sat, 01 Jun 2019 01:24:49 +0200 Joerg Sonnenberger doc: fix description of "predecessors" to match reality
Thu, 18 Apr 2019 13:35:02 -0700 Martin von Zweigbergk templatekw: make {file_*} compare to both merge parents (issue4292)
Sat, 11 May 2019 00:17:42 -0700 Martin von Zweigbergk templatekw: move showfileadds() close to showfile{mods,dels}()
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
less more (0) -100 -60 tip