Mercurial > public > mercurial-scm > hg-stable
diff hgext/patchbomb.py @ 7600:f7739cf3833c
lowercase prompts
The prompts are interactive and not meant for scripts.
author | Martin Geisler <mg@daimi.au.dk> |
---|---|
date | Sat, 03 Jan 2009 17:15:21 +0100 |
parents | 4949729ee9ee |
children | ab39d1813e51 |
line wrap: on
line diff
--- a/hgext/patchbomb.py Sat Jan 03 17:15:21 2009 +0100 +++ b/hgext/patchbomb.py Sat Jan 03 17:15:21 2009 +0100 @@ -101,7 +101,7 @@ if summary: ui.write(summary, '\n') ui.write(s, '\n') - ans = prompt(ui, _('Does the diffstat above look okay? '), 'y') + ans = prompt(ui, _('does the diffstat above look okay? '), 'y') if not ans.lower().startswith('y'): raise util.Abort(_('diffstat rejected')) return s