author | timeless <timeless@mozdev.org> |
Mon, 30 Nov 2015 19:28:26 +0000 | |
changeset 27322 | 84e85f461b79 |
parent 27321 | dcdf0a52ad36 |
child 27323 | 0fe93498ef07 |
--- a/hgext/transplant.py Wed Dec 09 17:01:27 2015 -0800 +++ b/hgext/transplant.py Mon Nov 30 19:28:26 2015 +0000 @@ -607,7 +607,7 @@ return if not (opts.get('source') or revs or opts.get('merge') or opts.get('branch')): - raise error.Abort(_('no source URL, branch revision or revision ' + raise error.Abort(_('no source URL, branch revision, or revision ' 'list provided')) if opts.get('all'): if not opts.get('branch'):