172 This method populates the statusList member variable |
172 This method populates the statusList member variable |
173 with a list of strings giving the status in the first column and the |
173 with a list of strings giving the status in the first column and the |
174 path relative to the project directory starting with the third column. |
174 path relative to the project directory starting with the third column. |
175 The allowed status flags are: |
175 The allowed status flags are: |
176 <ul> |
176 <ul> |
177 <li>"A" path was added but not yet comitted</li> |
177 <li>"A" path was added but not yet committed</li> |
178 <li>"M" path has local changes</li> |
178 <li>"M" path has local changes</li> |
179 <li>"O" path was removed</li> |
179 <li>"O" path was removed</li> |
180 <li>"R" path was deleted and then re-added</li> |
180 <li>"R" path was deleted and then re-added</li> |
181 <li>"U" path needs an update</li> |
181 <li>"U" path needs an update</li> |
182 <li>"Z" path contains a conflict</li> |
182 <li>"Z" path contains a conflict</li> |
|
183 <li>"?" path is not tracked</li> |
|
184 <li>"!" path is missing</li> |
183 <li>" " path is back at normal</li> |
185 <li>" " path is back at normal</li> |
184 </ul> |
186 </ul> |
185 </p> |
187 </p> |
186 <dl> |
188 <dl> |
187 <dt>Return:</dt> |
189 <dt>Return:</dt> |