mercurial/commands.py
changeset 26810 382050000412
parent 26809 6cd190147308
child 26818 c7d30fdb13b2
--- 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', ()),