##// END OF EJS Templates
pull: all pass along extra opargs...
Sean Farley -
r26810:38205000 default
parent child Browse files
Show More
@@ -5312,6 +5312,7 b' def pull(ui, repo, source="default", **o'
5312 "so a rev cannot be specified.")
5312 "so a rev cannot be specified.")
5313 raise error.Abort(err)
5313 raise error.Abort(err)
5314
5314
5315 pullopargs.update(opts.get('opargs', {}))
5315 modheads = exchange.pull(repo, other, heads=revs,
5316 modheads = exchange.pull(repo, other, heads=revs,
5316 force=opts.get('force'),
5317 force=opts.get('force'),
5317 bookmarks=opts.get('bookmark', ()),
5318 bookmarks=opts.get('bookmark', ()),
General Comments 0
You need to be logged in to leave comments. Login now