Mercurial > hg
comparison CONTRIBUTORS @ 36629:c98d1c6763a6
util: teach escapedata() about bytearray
re.map doesn't seem to know about bytearray (at least in Python 2).
Cast bytearray to a bytes to work around this inconvenience.
Differential Revision: https://phab.mercurial-scm.org/D2582
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Fri, 02 Mar 2018 22:47:18 -0500 |
parents | c29efd272395 |
children |
comparison
equal
deleted
inserted
replaced
36628:70415568ea65 | 36629:c98d1c6763a6 |
---|