Mercurial > public > mercurial-scm > hg
log mercurial/formatter.py @ 24501:8b51ec98a326
age | author | description |
---|---|---|
Wed, 17 Sep 2014 22:34:34 +0900 | Yuya Nishihara | formatter: convert None to json null |
Fri, 03 Oct 2014 22:20:02 +0900 | Yuya Nishihara | formatter: add general way to switch hex/short functions |
Thu, 02 Oct 2014 23:20:59 +0900 | Yuya Nishihara | formatter: convert booleans to json |
Wed, 17 Sep 2014 22:21:01 +0900 | Yuya Nishihara | formatter: convert float value to json |
Wed, 17 Sep 2014 21:30:22 +0900 | Yuya Nishihara | formatter: have jsonformatter accept tuple as value |
Wed, 17 Sep 2014 21:15:43 +0900 | Yuya Nishihara | formatter: extract function that encode values to json string |
Wed, 17 Sep 2014 00:31:03 +0900 | Yuya Nishihara | formatter: correct bool testing which should be __nonzero__ in Python 2 |