hashlib's .hexdigest() returns a unicode in Python 3. We need to use
bytes to make the rest of Mercurial happy.
This was in the top #25 crashes in Python 3.
| yuja | 
| hg-reviewers | 
hashlib's .hexdigest() returns a unicode in Python 3. We need to use
bytes to make the rest of Mercurial happy.
This was in the top #25 crashes in Python 3.
| Lint Skipped | 
| Unit Tests Skipped |