comparison mercurial/revlog.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 d0ae5b8f80dc
children 0806fa2a39d8
comparison
equal deleted inserted replaced
29695:f2846d546645 29696:2f64e5a6efb8