Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py

changeset 2963
745d38097b7f
parent 2845
7e55c6268c35
child 3009
bf5ae5d7477d
equal deleted inserted replaced
2962:d6c9d1ca2da4 2963:745d38097b7f
882 882
883 def __getLockActionItems(self, indicators): 883 def __getLockActionItems(self, indicators):
884 """ 884 """
885 Private method to retrieve all entries, that have a locked status. 885 Private method to retrieve all entries, that have a locked status.
886 886
887 @param indicators list of indicators to check against (list of strings)
887 @return list of all items with a locked status 888 @return list of all items with a locked status
888 """ 889 """
889 lockitems = [] 890 lockitems = []
890 for itm in self.statusList.selectedItems(): 891 for itm in self.statusList.selectedItems():
891 if itm.text(self.__lockinfoColumn) in indicators: 892 if itm.text(self.__lockinfoColumn) in indicators:

eric ide

mercurial