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