##// END OF EJS Templates
Fix default values and add interactive setting to [ui] section of hgrc docs....
Thomas Arendsen Hein -
r702:a1099c50 default
parent child Browse files
Show More
@@ -93,22 +93,22 b' tags::'
93 ui::
93 ui::
94 User interface controls.
94 User interface controls.
95 debug;;
95 debug;;
96 Print debugging information. True or False. Default is True.
96 Print debugging information. True or False. Default is False.
97 editor;;
97 editor;;
98 The editor to use during a commit. Default is "vi".
98 The editor to use during a commit. Default is $EDITOR or "vi".
99 interactive;;
100 Allow to prompt the user. True or False. Default is True.
99 merge;;
101 merge;;
100 The conflict resolution program to use during a manual merge.
102 The conflict resolution program to use during a manual merge.
101 Default is "hgeditor".
103 Default is "hgmerge".
102 quiet;;
104 quiet;;
103 Reduce the amount of output printed. True or False. Default is
105 Reduce the amount of output printed. True or False. Default is False.
104 False.
105 username;;
106 username;;
106 The committer of a changeset created when running "commit".
107 The committer of a changeset created when running "commit".
107 Typically a person's name and email address, e.g. "Fred Widget
108 Typically a person's name and email address, e.g. "Fred Widget
108 <fred@example.com>". Default is username@hostname.
109 <fred@example.com>". Default is $EMAIL or username@hostname.
109 verbose;;
110 verbose;;
110 Increase the amount of output printed. True or False. Default is
111 Increase the amount of output printed. True or False. Default is False.
111 False.
112
112
113 AUTHOR
113 AUTHOR
114 ------
114 ------
General Comments 0
You need to be logged in to leave comments. Login now