log tests/test-config.t @ 44011:c627f1b2f3c3

age author description
Sun, 27 Oct 2019 12:49:09 +0900 Yuya Nishihara formatter: fix handling of None value in templater mapping stable
Sun, 27 Oct 2019 12:36:52 +0900 Yuya Nishihara config: add support for defaultvalue of list of printable elements stable
Sun, 27 Oct 2019 12:30:59 +0900 Yuya Nishihara config: fix -Tjson to not crash due to unsupported defaultvalue types stable
Wed, 07 Aug 2019 19:18:20 +0530 Navaneeth Suresh config: fix fm.data() handling of defaultvalue
Sat, 03 Aug 2019 12:14:34 +0530 Navaneeth Suresh config: remove pycompat.bytestr() for defaultvalue
Thu, 01 Aug 2019 22:03:52 +0530 Navaneeth Suresh config: add defaultvalue template keyword
Wed, 03 Apr 2019 16:03:41 -0700 Martin von Zweigbergk config: read configs from directories in lexicographical order
Sun, 04 Mar 2018 15:26:26 -0500 Yuya Nishihara py3: byte-stringify test-config.t and test-config-env.py
Sun, 10 Dec 2017 22:50:57 -0500 Matt Harbison tests: remove (glob) annotations that were only for '\' matches
Fri, 07 Jul 2017 08:33:10 +0200 David Demelier configitems: add alias support in config
Sun, 26 Mar 2017 21:33:37 -0700 Jun Wu rcutil: let environ override system configs (BC)
Sun, 19 Feb 2017 01:16:45 +0900 Yuya Nishihara chg: deduplicate error handling of ui.system()
Wed, 15 Feb 2017 16:43:27 -0800 Jun Wu runtests: set web.ipv6 if we use IPv6
Sun, 23 Oct 2016 17:47:00 +0900 Yuya Nishihara ui: do not translate empty configsource() to 'none' (API)
Mon, 29 Aug 2016 07:07:15 +0200 Mathias De Maré config: add template support