156 This method populates the statusList member variable with a list of |
156 This method populates the statusList member variable with a list of |
157 strings giving the status in the first column and the path relative |
157 strings giving the status in the first column and the path relative |
158 to the project directory starting with the third column. The allowed |
158 to the project directory starting with the third column. The allowed |
159 status flags are: |
159 status flags are: |
160 <ul> |
160 <ul> |
161 <li>"A" path was added but not yet comitted</li> |
161 <li>"A" path was added but not yet committed</li> |
162 <li>"M" path has local changes</li> |
162 <li>"M" path has local changes</li> |
163 <li>"O" path was removed</li> |
163 <li>"O" path was removed</li> |
164 <li>"R" path was deleted and then re-added</li> |
164 <li>"R" path was deleted and then re-added</li> |
165 <li>"U" path needs an update</li> |
165 <li>"U" path needs an update</li> |
166 <li>"Z" path contains a conflict</li> |
166 <li>"Z" path contains a conflict</li> |
|
167 <li>"?" path is not tracked</li> |
|
168 <li>"!" path is missing</li> |
167 <li>" " path is back at normal</li> |
169 <li>" " path is back at normal</li> |
168 </ul> |
170 </ul> |
169 </p> |
171 </p> |
170 <dl> |
172 <dl> |
171 <dt>Return:</dt> |
173 <dt>Return:</dt> |