This is an archive of the discontinued Mercurial Phabricator instance.

py3: add b'' to tweakdefualts config string
ClosedPublic

Authored by pulkit on Feb 5 2018, 3:22 AM.

Details

Summary

The tweakdefaults config string is enclosed inside triple quotes and the
transformer does not adds b'' there.

  1. skip-blame because we are just adding b''

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

pulkit created this revision.Feb 5 2018, 3:22 AM

Nit small typo in the commit description first line: s/tweakdefualts/tweakdefaults

yuja accepted this revision.Feb 5 2018, 9:07 AM
This revision is now accepted and ready to land.Feb 5 2018, 9:07 AM
This revision was automatically updated to reflect the committed changes.