Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py

changeset 2962
d6c9d1ca2da4
parent 2815
53c1d1f9ec86
child 3008
7848489bcb92
diff -r e4e2efb4846a -r d6c9d1ca2da4 Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py
--- a/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py	Sun Sep 29 14:22:08 2013 +0200
+++ b/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py	Sun Sep 29 15:08:57 2013 +0200
@@ -83,6 +83,7 @@
             (Queues.APPLIED_LIST, Queues.UNAPPLIED_LIST, Queues.SERIES_LIST)
         @param withSummary flag indicating to get a summary as well (boolean)
         @return list of patches (list of string)
+        @exception ValueError raised to indicate an invalid patch list type
         """
         patchesList = []
         
@@ -357,6 +358,7 @@
             is at the top of the stack (boolean)
         @keyparam force flag indicating a forceful pop (boolean)
         @return flag indicating that the project should be reread (boolean)
+        @exception ValueError raised to indicate an invalid operation
         """
         # find the root of the repo
         repodir = self.vcs.splitPath(name)[0]
@@ -811,6 +813,7 @@
         @param name file/directory name (string)
         @param operation operation to be performed (Queues.QUEUE_DELETE,
             Queues.QUEUE_PURGE, Queues.QUEUE_ACTIVATE)
+        @exception ValueError raised to indicate an invalid operation
         """
         # find the root of the repo
         repodir = self.vcs.splitPath(name)[0]

eric ide

mercurial