diff -r 648323f41a89 -r 0d37b9b21467 mercurial/commands.py --- a/mercurial/commands.py Wed Jul 08 16:43:49 2015 -0500 +++ b/mercurial/commands.py Wed Jul 08 16:19:09 2015 -0700 @@ -1421,7 +1421,8 @@ stream=opts.get('uncompressed'), rev=opts.get('rev'), update=opts.get('updaterev') or not opts.get('noupdate'), - branch=opts.get('branch')) + branch=opts.get('branch'), + shareopts=opts.get('shareopts')) return r is None