comparison doc/hgrc.5.txt @ 702:a1099c50a622

Fix default values and add interactive setting to [ui] section of hgrc docs. -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Fix default values and add interactive setting to [ui] section of hgrc docs. manifest hash: 211eea218970b45b2a0cdc822d5b6610a89ffbd7 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFC1pE8W7P1GVgWeRoRAof+AJ4mpm3DCRqh+9To3Gn4bpC7UGcTnQCfVIWN 5VT9pqdP6/06tH8nYgW55f4= =uNyy -----END PGP SIGNATURE-----
author Thomas Arendsen Hein <thomas@intevation.de>
date Thu, 14 Jul 2005 17:22:20 +0100
parents efa4a7e2f322
children 574869103985
comparison
equal deleted inserted replaced
701:80ed193efff7 702:a1099c50a622
91 ID of the changeset to identify. 91 ID of the changeset to identify.
92 92
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 ------
115 Bryan O'Sullivan <bos@serpentine.com>. 115 Bryan O'Sullivan <bos@serpentine.com>.
116 116