Plugins/VcsPlugins/vcsMercurial/HgStatusMonitorThread.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3057
10516539f238
parent 3036
30c81c9e88b8
child 3145
a9de05d4a22f
equal deleted inserted replaced
3058:0a02c433f52d 3060:5883ce99ee12
158 if name not in states: 158 if name not in states:
159 self.statusList.append(" {0}".format(name)) 159 self.statusList.append(" {0}".format(name))
160 self.reportedStates = states 160 self.reportedStates = states
161 161
162 return True, \ 162 return True, \
163 self.trUtf8("Mercurial status checked successfully") 163 self.trUtf8("Mercurial status checked successfully")
164 164
165 def _shutdown(self): 165 def _shutdown(self):
166 """ 166 """
167 Protected method performing shutdown actions. 167 Protected method performing shutdown actions.
168 """ 168 """

eric ide

mercurial