Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py

changeset 3591
2f2a4a76dd22
parent 3586
6e3a6c5b58bf
child 3656
441956d8fce5
child 3810
ca370b397c9e
--- a/Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py	Sat May 17 19:58:49 2014 +0200
+++ b/Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py	Sun May 18 14:13:09 2014 +0200
@@ -87,7 +87,7 @@
     
     def showContextMenu(self, menu, standardItems):
         """
-        Slot called before the context menu is shown.
+        Public slot called before the context menu is shown.
         
         It enables/disables the VCS menu entries depending on the overall
         VCS status and the file status.
@@ -118,7 +118,8 @@
     
     def showContextMenuMulti(self, menu, standardItems):
         """
-        Slot called before the context menu (multiple selections) is shown.
+        Public slot called before the context menu (multiple selections) is
+        shown.
         
         It enables/disables the VCS menu entries depending on the overall
         VCS status and the files status.
@@ -159,7 +160,7 @@
     
     def showContextMenuDir(self, menu, standardItems):
         """
-        Slot called before the context menu is shown.
+        Public slot called before the context menu is shown.
         
         It enables/disables the VCS menu entries depending on the overall
         VCS status and the directory status.
@@ -188,7 +189,7 @@
     
     def showContextMenuDirMulti(self, menu, standardItems):
         """
-        Slot called before the context menu is shown.
+        Public slot called before the context menu is shown.
         
         It enables/disables the VCS menu entries depending on the overall
         VCS status and the directory status.
@@ -681,7 +682,7 @@
     
     def __HgRevert(self):
         """
-        Protected slot called by the context menu to revert changes made.
+        Private slot called by the context menu to revert changes made.
         """
         names = []
         for itm in self.browser.getSelectedItems():

eric ide

mercurial