--- a/Plugins/VcsPlugins/vcsMercurial/hg.py Thu Apr 06 18:33:40 2017 +0200 +++ b/Plugins/VcsPlugins/vcsMercurial/hg.py Thu Apr 06 18:37:10 2017 +0200 @@ -2513,7 +2513,8 @@ from .HgBundleDialog import HgBundleDialog dlg = HgBundleDialog(self.hgGetTagsList(repodir), self.hgGetBranchesList(repodir), - self.hgGetBookmarksList(repodir)) + self.hgGetBookmarksList(repodir), + version=self.version) if dlg.exec_() != QDialog.Accepted: return