diff mercurial/commands.py @ 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 6ba51c81ff75
children 4731d61cd36b a934b9249574
line wrap: on
line diff
--- a/mercurial/commands.py	Wed Jul 06 13:43:29 2011 -0500
+++ b/mercurial/commands.py	Thu Jul 07 10:32:30 2011 +0200
@@ -31,7 +31,7 @@
     ('', 'cwd', '',
      _('change working directory'), _('DIR')),
     ('y', 'noninteractive', None,
-     _('do not prompt, assume \'yes\' for any required answers')),
+     _('do not prompt, automatically pick the first choice for all prompts')),
     ('q', 'quiet', None, _('suppress output')),
     ('v', 'verbose', None, _('enable additional output')),
     ('', 'config', [],