##// END OF EJS Templates
tweak-default: no longer enable the experimental return code...
marmoute -
r47216:839cacdf stable
parent child Browse files
Show More
@@ -60,8 +60,6 b' urlreq = util.urlreq'
60 # The config knobs that will be altered (if unset) by ui.tweakdefaults.
60 # The config knobs that will be altered (if unset) by ui.tweakdefaults.
61 tweakrc = b"""
61 tweakrc = b"""
62 [ui]
62 [ui]
63 # Gives detailed exit codes for input/user errors, config errors, etc.
64 detailed-exit-code = True
65 # The rollback command is dangerous. As a rule, don't use it.
63 # The rollback command is dangerous. As a rule, don't use it.
66 rollback = False
64 rollback = False
67 # Make `hg status` report copy information
65 # Make `hg status` report copy information
General Comments 0
You need to be logged in to leave comments. Login now