mercurial/commands.py
changeset 25446 b5311068077e
parent 25445 1457c1f28c92
child 25468 72edd54de935
--- a/mercurial/commands.py	Tue Jun 02 00:43:11 2015 -0700
+++ b/mercurial/commands.py	Mon Jun 01 22:34:01 2015 -0700
@@ -5129,6 +5129,7 @@
             # not ending up with the name of the bookmark because of a race
             # condition on the server. (See issue 4689 for details)
             remotebookmarks = other.listkeys('bookmarks')
+            pullopargs['remotebookmarks'] = remotebookmarks
             for b in opts['bookmark']:
                 if b not in remotebookmarks:
                     raise util.Abort(_('remote bookmark %s not found!') % b)