comparison mercurial/treediscovery.py @ 50457:392e2f31444a

transaction: tr._names are actually bytes, use byte string to join them Looks like this is never checked in the tests? But trying e.g. `print(tr)` by hand before this change would give: TypeError: sequence item 0: expected str instance, bytes found Looks like tr._names are always bytes (although this isn't actually enforced, but maybe at some point it will at least be type checked e.g. by pytype).
author Anton Shestakov <av6@dwimlabs.net>
date Wed, 03 May 2023 18:17:32 -0300
parents f64f66167afc
children
comparison
equal deleted inserted replaced
50456:be676c313c7b 50457:392e2f31444a