137 This method populates the statusList member variable |
137 This method populates the statusList member variable |
138 with a list of strings giving the status in the first column and the |
138 with a list of strings giving the status in the first column and the |
139 path relative to the project directory starting with the third column. |
139 path relative to the project directory starting with the third column. |
140 The allowed status flags are: |
140 The allowed status flags are: |
141 <ul> |
141 <ul> |
142 <li>"A" path was added but not yet comitted</li> |
142 <li>"A" path was added but not yet committed</li> |
143 <li>"M" path has local changes</li> |
143 <li>"M" path has local changes</li> |
144 <li>"O" path was removed</li> |
144 <li>"O" path was removed</li> |
145 <li>"R" path was deleted and then re-added</li> |
145 <li>"R" path was deleted and then re-added</li> |
146 <li>"U" path needs an update</li> |
146 <li>"U" path needs an update</li> |
147 <li>"Z" path contains a conflict</li> |
147 <li>"Z" path contains a conflict</li> |
|
148 <li>"?" path is not tracked</li> |
|
149 <li>"!" path is missing</li> |
148 <li>" " path is back at normal</li> |
150 <li>" " path is back at normal</li> |
149 </ul> |
151 </ul> |
150 </p> |
152 </p> |
151 <dl> |
153 <dl> |
152 <dt>Return:</dt> |
154 <dt>Return:</dt> |