From patchwork Mon Feb 5 14:26:51 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: D2037: py3: add b'' to tweakdefualts config string From: phabricator X-Patchwork-Id: 27313 Message-Id: To: mercurial-devel@mercurial-scm.org Date: Mon, 5 Feb 2018 14:26:51 +0000 This revision was automatically updated to reflect the committed changes. Closed by commit rHG704095e27c5c: py3: add b'' to tweakdefaults config string (authored by pulkit, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D2037?vs=5195&id=5208 REVISION DETAIL https://phab.mercurial-scm.org/D2037 AFFECTED FILES mercurial/ui.py CHANGE DETAILS To: pulkit, #hg-reviewers, yuja Cc: lothiraldan, mercurial-devel diff --git a/mercurial/ui.py b/mercurial/ui.py --- a/mercurial/ui.py +++ b/mercurial/ui.py @@ -45,7 +45,7 @@ if not c.isalnum()) # The config knobs that will be altered (if unset) by ui.tweakdefaults. -tweakrc = """ +tweakrc = b""" [ui] # The rollback command is dangerous. As a rule, don't use it. rollback = False