eric7/VCS/StatusMonitorThread.py

branch
eric7
changeset 8618
356a2f1b04b0
parent 8318
962bce857696
child 8620
84f7f7867b5f
equal deleted inserted replaced
8617:3ea0b67205b6 8618:356a2f1b04b0
185 This method must be overridden and populate the statusList member 185 This method must be overridden and populate the statusList member
186 variable with a list of strings giving the status in the first column 186 variable with a list of strings giving the status in the first column
187 and the path relative to the project directory starting with the 187 and the path relative to the project directory starting with the
188 third column. The allowed status flags are: 188 third column. The allowed status flags are:
189 <ul> 189 <ul>
190 <li>"A" path was added but not yet comitted</li> 190 <li>"A" path was added but not yet committed</li>
191 <li>"M" path has local changes</li> 191 <li>"M" path has local changes</li>
192 <li>"O" path was removed</li> 192 <li>"O" path was removed</li>
193 <li>"R" path was deleted and then re-added</li> 193 <li>"R" path was deleted and then re-added</li>
194 <li>"U" path needs an update</li> 194 <li>"U" path needs an update</li>
195 <li>"Z" path contains a conflict</li> 195 <li>"Z" path contains a conflict</li>

eric ide

mercurial