mercurial/ui.py
branchstable
changeset 46487 839cacdff919
parent 46267 b9b37418ac7e
child 46620 7621ab4005bf
equal deleted inserted replaced
46475:f0982c76ef1b 46487:839cacdff919
    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
       
    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
    68 statuscopies = yes
    66 statuscopies = yes
    69 # Prefer curses UIs when available. Revert to plain-text with `text`.
    67 # Prefer curses UIs when available. Revert to plain-text with `text`.