Submitter | phabricator |
---|---|
Date | Feb. 5, 2018, 2:26 p.m. |
Message ID | <d54a6cfb4b0bbc095974b0015c09dac4@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/27313/ |
State | Not Applicable |
Headers | show |
Comments
Patch
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