Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py

changeset 5930
9fe93d87d502
parent 5880
6bd1c5e813c5
child 6048
82ad8ec9548c
diff -r 4ce93da7616e -r 9fe93d87d502 Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py
--- a/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py	Thu Oct 26 18:46:28 2017 +0200
+++ b/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py	Thu Oct 26 19:03:26 2017 +0200
@@ -1544,7 +1544,7 @@
             
             self.__pullAct.setText(self.tr("Pull Selected Changes"))
             self.__fetchAct.setText(self.tr("Fetch Selected Changes"))
-            if self.vcs.canPull():
+            if self.vcs.canPull() and not bool(self.__bundle):
                 # step 1: determine number of selected draft changesets
                 #         i.e. those that can be pulled
                 selectedDraftItemsCount = 0

eric ide

mercurial