Mercurial > public > mercurial-scm > hg
diff hgext/patchbomb.py @ 8761:0289f384e1e5
Generally replace "file name" with "filename" in help and comments.
author | timeless <timeless@gmail.com> |
---|---|
date | Tue, 09 Jun 2009 09:25:17 -0400 |
parents | 8c7f1afad064 |
children | 2aff285b902f |
line wrap: on
line diff
--- a/hgext/patchbomb.py Tue Jun 09 09:25:31 2009 -0400 +++ b/hgext/patchbomb.py Tue Jun 09 09:25:17 2009 -0400 @@ -148,7 +148,7 @@ msg.attach(mail.mimeencode(ui, body, _charsets, opts.get('test'))) p = mail.mimetextpatch('\n'.join(patch), 'x-patch', opts.get('test')) binnode = bin(node) - # if node is mq patch, it will have patch file name as tag + # if node is mq patch, it will have the patch file's name as a tag if not patchname: patchtags = [t for t in repo.nodetags(binnode) if t.endswith('.patch') or t.endswith('.diff')] @@ -490,7 +490,7 @@ ('b', 'bundle', None, _('send changes not in target as a binary bundle')), ('', 'bundlename', 'bundle', - _('file name of the bundle attachment')), + _('name of the bundle attachment file')), ('r', 'rev', [], _('a revision to send')), ('', 'force', None, _('run even when remote repository is unrelated '