Mercurial > hg
log mercurial/formatter.py @ 34255:d6af8da4a3b8
age | author | description |
---|---|---|
Sun, 17 Sep 2017 12:39:14 +0900 | Yuya Nishihara | py3: rewrite stdout hack of doctest by using ui.pushbuffer() |
Sun, 03 Sep 2017 14:32:11 +0900 | Yuya Nishihara | doctest: bulk-replace string literals with b'' for Python 3 |
Mon, 26 Jun 2017 09:33:01 +0900 | Yuya Nishihara | formatter: proxy fm.context() through converter |
Sat, 22 Apr 2017 21:29:00 +0900 | Yuya Nishihara | formatter: add support for parts map of [templates] section |
Sat, 22 Apr 2017 21:50:51 +0900 | Yuya Nishihara | formatter: add support for separator template |
Sat, 22 Apr 2017 21:46:14 +0900 | Yuya Nishihara | formatter: add support for docheader and docfooter templates |
Sat, 22 Apr 2017 21:38:08 +0900 | Yuya Nishihara | formatter: extract helper function to render template |