comparison mercurial/posix.py @ 29696:2f64e5a6efb8

py3: use unicode literals in changelog.py collections.namedtuple type and field names must be str in Python 3. Our custom module importer was rewriting them to bytes literals, making this fail. In addition, __slots__ values must also be unicode.
author Pulkit Goyal <7895pulkit@gmail.com>
date Thu, 04 Aug 2016 00:15:39 +0530
parents 3239e2fdd2e2
children 4b1af1c867fa 5f33116cd787
comparison
equal deleted inserted replaced
29695:f2846d546645 29696:2f64e5a6efb8