D2037: py3: add b'' to tweakdefualts config string

pulkit (Pulkit Goyal) phabricator at mercurial-scm.org
Mon Feb 5 09:26:51 EST 2018


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

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



To: pulkit, #hg-reviewers, yuja
Cc: lothiraldan, mercurial-devel


More information about the Mercurial-devel mailing list