changeset 27322 | 84e85f461b79 |
parent 27289 | ee33e677f0ac |
child 27344 | 43c00ca887d1 |
--- 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'):