mercurial/ui.py
changeset 45826 21733e8c924f
parent 45794 330c258fe7ca
child 45877 ac362d5a7893
equal deleted inserted replaced
45825:8f07f5a9c3de 45826:21733e8c924f
    58 )
    58 )
    59 
    59 
    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
    63 # The rollback command is dangerous. As a rule, don't use it.
    65 # The rollback command is dangerous. As a rule, don't use it.
    64 rollback = False
    66 rollback = False
    65 # Make `hg status` report copy information
    67 # Make `hg status` report copy information
    66 statuscopies = yes
    68 statuscopies = yes
    67 # Prefer curses UIs when available. Revert to plain-text with `text`.
    69 # Prefer curses UIs when available. Revert to plain-text with `text`.