106 This method populates the statusList member variable |
106 This method populates the statusList member variable |
107 with a list of strings giving the status in the first column and the |
107 with a list of strings giving the status in the first column and the |
108 path relative to the project directory starting with the third column. |
108 path relative to the project directory starting with the third column. |
109 The allowed status flags are: |
109 The allowed status flags are: |
110 <ul> |
110 <ul> |
111 <li>"A" path was added but not yet comitted</li> |
111 <li>"A" path was added but not yet committed</li> |
112 <li>"M" path has local changes</li> |
112 <li>"M" path has local changes</li> |
113 <li>"O" path was removed</li> |
113 <li>"O" path was removed</li> |
114 <li>"R" path was deleted and then re-added</li> |
114 <li>"R" path was deleted and then re-added</li> |
115 <li>"U" path needs an update</li> |
115 <li>"U" path needs an update</li> |
116 <li>"Z" path contains a conflict</li> |
116 <li>"Z" path contains a conflict</li> |
|
117 <li>"?" path is not tracked</li> |
|
118 <li>"!" path is missing</li> |
117 <li>" " path is back at normal</li> |
119 <li>" " path is back at normal</li> |
118 </ul> |
120 </ul> |
119 </p> |
121 </p> |
120 <dl> |
122 <dl> |
121 <dt>Return:</dt> |
123 <dt>Return:</dt> |