mercurial/commands.py
changeset 25761 0d37b9b21467
parent 25744 e78a80f8f51e
child 25763 60c791592aa7
--- 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