Mercurial > hg-stable
changeset 8331:03cfc6ea93df
patchbomb: fix quotes in help string
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Sat, 09 May 2009 01:15:24 +0200 |
parents | 7de68012f86e |
children | 3e544c074459 |
files | hgext/patchbomb.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/patchbomb.py Fri May 08 15:52:26 2009 -0700 +++ b/hgext/patchbomb.py Sat May 09 01:15:24 2009 +0200 @@ -466,7 +466,7 @@ ('s', 'subject', '', _('subject of first message (intro or single patch)')), ('', 'in-reply-to', '', - _('"message identifier to reply to"')), + _('message identifier to reply to')), ('t', 'to', [], _('email addresses of recipients')), ]