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> |