eric6/VCS/StatusMonitorThread.py

changeset 7165
375c077ef7e2
parent 6942
2602857055c5
child 7192
a22eee00b052
equal deleted inserted replaced
7164:6da6a0a5a448 7165:375c077ef7e2
195 <li>"U" path needs an update</li> 195 <li>"U" path needs an update</li>
196 <li>"Z" path contains a conflict</li> 196 <li>"Z" path contains a conflict</li>
197 <li>" " path is back at normal</li> 197 <li>" " path is back at normal</li>
198 </ul> 198 </ul>
199 199
200 @ireturn tuple of flag indicating successful operation (boolean) and 200 @return tuple of flag indicating successful operation (boolean) and
201 a status message in case of non successful operation (string) 201 a status message in case of non successful operation (string)
202 @exception RuntimeError to indicate that this method must be 202 @exception RuntimeError to indicate that this method must be
203 implemented by a subclass 203 implemented by a subclass
204 """ 204 """
205 raise RuntimeError('Not implemented') 205 raise RuntimeError('Not implemented')

eric ide

mercurial