D6712: config: fix defaultvalue template keyword (patch 1 of 2)

Yuya Nishihara yuya at tcha.org
Wed Aug 7 19:45:05 EDT 2019


> The `pycompat.bytestr()` was there for py3 compatibility,

Not really for the "value" variable which may be unprintable object, but
I think it's okay to assume defaultvalues are None/bool/int/float/bytes type.


More information about the Mercurial-devel mailing list