Mercurial > hg
changeset 26810:382050000412
pull: all pass along extra opargs
Wihtout this patch, commands.pull silently drops opargs defeating the whole
purpose of the argument.
author | Sean Farley <sean@farley.io> |
---|---|
date | Mon, 19 Oct 2015 15:47:40 -0700 |
parents | 6cd190147308 |
children | d1561a422748 |
files | mercurial/commands.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Mon Oct 19 15:43:35 2015 -0700 +++ b/mercurial/commands.py Mon Oct 19 15:47:40 2015 -0700 @@ -5312,6 +5312,7 @@ "so a rev cannot be specified.") raise error.Abort(err) + pullopargs.update(opts.get('opargs', {})) modheads = exchange.pull(repo, other, heads=revs, force=opts.get('force'), bookmarks=opts.get('bookmark', ()),