comparison tests/test-extension.t @ 14849:d87814992728 stable

commands: improve help for -y/--noninteractive Before, the help text said that Mercurial would assume 'yes' for all prompts, but this is confusing since many prompts don't have any 'yes' choice. It now more accurately describes what will happen.
author Martin Geisler <mg@aragost.com>
date Thu, 07 Jul 2011 10:32:30 +0200
parents d943412e2fba
children ff26712a0c50
comparison
equal deleted inserted replaced
14843:e9264b45237d 14849:d87814992728
183 183
184 global options: 184 global options:
185 -R --repository REPO repository root directory or name of overlay bundle 185 -R --repository REPO repository root directory or name of overlay bundle
186 file 186 file
187 --cwd DIR change working directory 187 --cwd DIR change working directory
188 -y --noninteractive do not prompt, assume 'yes' for any required answers 188 -y --noninteractive do not prompt, automatically pick the first choice
189 for all prompts
189 -q --quiet suppress output 190 -q --quiet suppress output
190 -v --verbose enable additional output 191 -v --verbose enable additional output
191 --config CONFIG [+] set/override config option (use 'section.name=value') 192 --config CONFIG [+] set/override config option (use 'section.name=value')
192 --debug enable debugging output 193 --debug enable debugging output
193 --debugger start debugger 194 --debugger start debugger
213 214
214 global options: 215 global options:
215 -R --repository REPO repository root directory or name of overlay bundle 216 -R --repository REPO repository root directory or name of overlay bundle
216 file 217 file
217 --cwd DIR change working directory 218 --cwd DIR change working directory
218 -y --noninteractive do not prompt, assume 'yes' for any required answers 219 -y --noninteractive do not prompt, automatically pick the first choice
220 for all prompts
219 -q --quiet suppress output 221 -q --quiet suppress output
220 -v --verbose enable additional output 222 -v --verbose enable additional output
221 --config CONFIG [+] set/override config option (use 'section.name=value') 223 --config CONFIG [+] set/override config option (use 'section.name=value')
222 --debug enable debugging output 224 --debug enable debugging output
223 --debugger start debugger 225 --debugger start debugger