eric7/Plugins/VcsPlugins/vcsGit/GitStatusMonitorThread.py

branch
eric7
changeset 8618
356a2f1b04b0
parent 8318
962bce857696
child 8620
84f7f7867b5f
equal deleted inserted replaced
8617:3ea0b67205b6 8618:356a2f1b04b0
43 This method populates the statusList member variable 43 This method populates the statusList member variable
44 with a list of strings giving the status in the first column and the 44 with a list of strings giving the status in the first column and the
45 path relative to the project directory starting with the third column. 45 path relative to the project directory starting with the third column.
46 The allowed status flags are: 46 The allowed status flags are:
47 <ul> 47 <ul>
48 <li>"A" path was added but not yet comitted</li> 48 <li>"A" path was added but not yet committed</li>
49 <li>"M" path has local changes</li> 49 <li>"M" path has local changes</li>
50 <li>"O" path was removed</li> 50 <li>"O" path was removed</li>
51 <li>"R" path was deleted and then re-added</li> 51 <li>"R" path was deleted and then re-added</li>
52 <li>"U" path needs an update</li> 52 <li>"U" path needs an update</li>
53 <li>"Z" path contains a conflict</li> 53 <li>"Z" path contains a conflict</li>

eric ide

mercurial