log mercurial/templatekw.py @ 41772:52d4cb162902

age author description
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