Some little changes in the Mercurial plugin. eric7

Wed, 13 Jul 2022 16:22:49 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 13 Jul 2022 16:22:49 +0200
branch
eric7
changeset 9228
3e8334a5bbcc
parent 9226
c16ec333ca90
child 9229
326810448a9c

Some little changes in the Mercurial plugin.

src/eric7/Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py file | annotate | diff | comparison | revisions
--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py	Wed Jul 13 15:42:49 2022 +0200
+++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py	Wed Jul 13 16:22:49 2022 +0200
@@ -403,3 +403,5 @@
         yes = dlg.exec() == QDialog.DialogCode.Accepted
         if yes:
             self.vcs.getExtensionObject("closehead").hgCloseheads(branches)
+
+            self.on_refreshButton_clicked()

eric ide

mercurial