D6111: py3: use r'' for group name arguments to MatchObjects in phabricator.py

2019-03-09 Thread Kwan (Ian Moody)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG16d050678047: py3: use r'' for group name arguments to MatchObjects in phabricator.py (authored by Kwan, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm

D6111: py3: use r'' for group name arguments to MatchObjects in phabricator.py

2019-03-08 Thread Kwan (Ian Moody)
Kwan created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY MatchObject group names are strings, not bytes. Using bytes in py3 leads to an IndexError. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm