Mercurial > hg-stable
diff hgext/patchbomb.py @ 8331:03cfc6ea93df
patchbomb: fix quotes in help string
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Sat, 09 May 2009 01:15:24 +0200 |
parents | 9674d64b6416 |
children | e88cc16ba603 |
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')), ]