Process mercurial diffs in binary mode.

Review Request #7473 — Created July 2, 2015 and submitted — Latest diff uploaded

Information

RBTools
release-0.7.x
06bf3e7...

Reviewers

The mercurial client in RBTools had never been updated to use unicode_literals,
and hadn't been audited to make sure we weren't trying to mix unicode and str
objects. This change converts things to use unicode everywhere that's
appropriate, and process the diffs entirely as bytes.

Ran unit tests.

    Loading...