log mercurial/templater.py @ 34139:be00af4a1ac5

age author description
Sun, 03 Sep 2017 17:33:10 +0900 Yuya Nishihara doctest: coerce dict.keys() to list
Sun, 03 Sep 2017 14:56:31 +0900 Yuya Nishihara doctest: use print_function and convert bytes to unicode where needed
Sun, 03 Sep 2017 14:32:11 +0900 Yuya Nishihara doctest: bulk-replace string literals with b'' for Python 3
Sun, 03 Sep 2017 21:17:25 +0900 Yuya Nishihara parser: stabilize output of prettyformat() by using byte-safe repr()
Sun, 03 Sep 2017 17:37:17 +0900 Yuya Nishihara py3: use bytes[n:n + 1] to get bytes in templater._parsetemplate()
Mon, 03 Jul 2017 15:34:10 +0200 Boris Feld template: compute dates in obsfatedate
Mon, 03 Jul 2017 15:34:00 +0200 Boris Feld template: compute user in obsfateusers
Mon, 03 Jul 2017 15:33:27 +0200 Boris Feld template: compute verb in obsfateverb
Sat, 15 Jul 2017 15:51:57 -0700 Gregory Szorc revset: pass repo when passing ui
Thu, 22 Jun 2017 03:16:16 +0530 Pulkit Goyal py3: convert kwargs' keys' to str using pycompat.strkwargs()
Thu, 22 Jun 2017 03:10:24 +0530 Pulkit Goyal py3: convert kwargs keys' back to bytes using pycompat.byteskwargs()
Wed, 21 Jun 2017 02:20:34 +0530 Pulkit Goyal py3: use pycompat.bytestr() in place of str()
Tue, 20 Jun 2017 23:46:18 +0530 Pulkit Goyal py3: replace str with bytes in isinstance()
Sat, 22 Apr 2017 19:56:47 +0900 Yuya Nishihara templater: add simple interface for unnamed template (API)
Fri, 19 Aug 2016 18:26:04 +0900 Yuya Nishihara revlog: add support for partial matching of wdir node id