yuja added a comment.
> @@ -4438,7 +4438,7 @@ > > remotebookmarks = fremotebookmarks.result() > remotebookmarks = bookmarks.unhexlifybookmarks(remotebookmarks) > pullopargs['remotebookmarks'] = remotebookmarks > > - for b in opts['bookmark']: + for b in opts.get('bookmark'): Still wrong. It's `for b in None`. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D5484 To: pulkit, #hg-reviewers Cc: yuja, mercurial-devel _______________________________________________ Mercurial-devel mailing list Mercurial-devel@mercurial-scm.org https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel