eric7/Plugins/VcsPlugins/vcsMercurial/HgStatusMonitorThread.py

branch
eric7
changeset 8618
356a2f1b04b0
parent 8312
800c432b34c8
child 8620
84f7f7867b5f
equal deleted inserted replaced
8617:3ea0b67205b6 8618:356a2f1b04b0
34 This method populates the statusList member variable with a list of 34 This method populates the statusList member variable with a list of
35 strings giving the status in the first column and the path relative 35 strings giving the status in the first column and the path relative
36 to the project directory starting with the third column. The allowed 36 to the project directory starting with the third column. The allowed
37 status flags are: 37 status flags are:
38 <ul> 38 <ul>
39 <li>"A" path was added but not yet comitted</li> 39 <li>"A" path was added but not yet committed</li>
40 <li>"M" path has local changes</li> 40 <li>"M" path has local changes</li>
41 <li>"O" path was removed</li> 41 <li>"O" path was removed</li>
42 <li>"R" path was deleted and then re-added</li> 42 <li>"R" path was deleted and then re-added</li>
43 <li>"U" path needs an update</li> 43 <li>"U" path needs an update</li>
44 <li>"Z" path contains a conflict</li> 44 <li>"Z" path contains a conflict</li>

eric ide

mercurial