Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py

changeset 3591
2f2a4a76dd22
parent 3484
645c12de6b0c
child 3656
441956d8fce5
--- a/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py	Sat May 17 19:58:49 2014 +0200
+++ b/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py	Sun May 18 14:13:09 2014 +0200
@@ -246,7 +246,7 @@
     
     def __initPushPopActions(self):
         """
-        Public method to generate the push and pop action objects.
+        Private method to generate the push and pop action objects.
         """
         self.hgQueuePushAct = E5Action(
             self.tr('Push Next Patch'),
@@ -358,7 +358,7 @@
     
     def __initPushPopForceActions(self):
         """
-        Public method to generate the push and pop (force) action objects.
+        Private method to generate the push and pop (force) action objects.
         """
         self.hgQueuePushForceAct = E5Action(
             self.tr('Push Next Patch'),
@@ -478,7 +478,7 @@
     
     def __initGuardsActions(self):
         """
-        Public method to generate the guards action objects.
+        Private method to generate the guards action objects.
         """
         self.hgQueueDefineGuardsAct = E5Action(
             self.tr('Define Guards'),
@@ -588,7 +588,7 @@
     
     def __initQueuesMgmtActions(self):
         """
-        Public method to generate the queues management action objects.
+        Private method to generate the queues management action objects.
         """
         self.hgQueueCreateQueueAct = E5Action(
             self.tr('Create Queue'),

eric ide

mercurial