D6046: global: use raw strings for __slots__

2019-03-03 Thread indygreg (Gregory Szorc)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGae189674bdad: global: use raw strings for __slots__ (authored by indygreg, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D6046?vs=14295=14311

D6046: global: use raw strings for __slots__

2019-03-02 Thread indygreg (Gregory Szorc)
indygreg created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY Otherwise Python 2 will coerce unicode to str at module load time. We don't like automatic string coercions. REPOSITORY rHG Mercurial REVISION DETAIL