log mercurial/templatekw.py @ 44345:14d0e89520a2

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