Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesQueueManagementDialog.py

changeset 3591
2f2a4a76dd22
parent 3484
645c12de6b0c
child 3656
441956d8fce5
equal deleted inserted replaced
3590:5280e37405b8 3591:2f2a4a76dd22
87 87
88 self.refresh() 88 self.refresh()
89 89
90 def __getQueuesList(self): 90 def __getQueuesList(self):
91 """ 91 """
92 Public method to get a list of all queues and the name of the active 92 Private method to get a list of all queues and the name of the active
93 queue. 93 queue.
94 94
95 @return tuple with a list of all queues and the name of the active 95 @return tuple with a list of all queues and the name of the active
96 queue (list of strings, string) 96 queue (list of strings, string)
97 """ 97 """

eric ide

mercurial