D2163: py3: use raw string for key in **kwargs

2018-02-12 Thread indygreg (Gregory Szorc)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGb587a889b97e: py3: use raw string for key in **kwargs (authored by indygreg, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D2163?vs=5464=5587

D2163: py3: use raw string for key in **kwargs

2018-02-11 Thread pulkit (Pulkit Goyal)
pulkit accepted this revision. pulkit added a comment. This should be # skip-blame. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D2163 To: indygreg, #hg-reviewers, pulkit Cc: pulkit, mercurial-devel ___

D2163: py3: use raw string for key in **kwargs

2018-02-11 Thread indygreg (Gregory Szorc)
indygreg created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY Otherwise Python 3 is unhappy. We only set a single key here. So I don't think pycompat.strkwargs() is necessary. REPOSITORY rHG Mercurial REVISION DETAIL