equal
deleted
inserted
replaced
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`. |