Mercurial > public > mercurial-scm > hg-stable
log mercurial/formatter.py @ 26442:ef8d27f53204
age | author | description |
---|---|---|
Wed, 23 Sep 2015 21:54:47 +0900 | Yuya Nishihara | formatter: use dict.update() to set arguments passed to write functions |
Wed, 23 Sep 2015 21:51:48 +0900 | Yuya Nishihara | formatter: verify number of arguments passed to write functions |
Sat, 08 Aug 2015 19:17:40 -0700 | Gregory Szorc | formatter: use absolute_import |
Thu, 25 Jun 2015 17:49:11 -0500 | Matt Mackall | formatter: mark developer options |
Wed, 10 Jun 2015 14:33:38 -0500 | Matt Mackall | formatter: add template support |
Wed, 10 Jun 2015 14:30:18 -0500 | Matt Mackall | formatter: add a method to build a full templater from a -T option |
Wed, 10 Jun 2015 14:29:13 -0500 | Matt Mackall | formatter: move most of template option helper to formatter |