185 This method must be overridden and populate the statusList member |
185 This method must be overridden and populate the statusList member |
186 variable with a list of strings giving the status in the first column |
186 variable with a list of strings giving the status in the first column |
187 and the path relative to the project directory starting with the |
187 and the path relative to the project directory starting with the |
188 third column. The allowed status flags are: |
188 third column. The allowed status flags are: |
189 <ul> |
189 <ul> |
190 <li>"A" path was added but not yet comitted</li> |
190 <li>"A" path was added but not yet committed</li> |
191 <li>"M" path has local changes</li> |
191 <li>"M" path has local changes</li> |
192 <li>"O" path was removed</li> |
192 <li>"O" path was removed</li> |
193 <li>"R" path was deleted and then re-added</li> |
193 <li>"R" path was deleted and then re-added</li> |
194 <li>"U" path needs an update</li> |
194 <li>"U" path needs an update</li> |
195 <li>"Z" path contains a conflict</li> |
195 <li>"Z" path contains a conflict</li> |