Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py

changeset 2963
745d38097b7f
parent 2845
7e55c6268c35
child 3009
bf5ae5d7477d
equal deleted inserted replaced
2962:d6c9d1ca2da4 2963:745d38097b7f
993 993
994 def __getLockActionItems(self, indicators): 994 def __getLockActionItems(self, indicators):
995 """ 995 """
996 Private method to retrieve all emtries, that have a locked status. 996 Private method to retrieve all emtries, that have a locked status.
997 997
998 @param indicators list of indicators to check against (list of strings)
998 @return list of all items with a locked status 999 @return list of all items with a locked status
999 """ 1000 """
1000 lockitems = [] 1001 lockitems = []
1001 for itm in self.statusList.selectedItems(): 1002 for itm in self.statusList.selectedItems():
1002 if itm.text(self.__lockinfoColumn) in indicators: 1003 if itm.text(self.__lockinfoColumn) in indicators:

eric ide

mercurial