This is an archive of the discontinued Mercurial Phabricator instance.

templatekw: fix dict construction in _showlist to not mix bytes and strs
ClosedPublic

Authored by durin42 on Mar 2 2018, 9:50 AM.

Details

Summary

What we had was fine on Python 2, but was slightly wrong on Python

  1. This works on both.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

durin42 created this revision.Mar 2 2018, 9:50 AM
pulkit accepted this revision.Mar 2 2018, 10:28 AM
This revision was automatically updated to reflect the committed changes.