49 <li>"M" path has local changes</li> |
49 <li>"M" path has local changes</li> |
50 <li>"O" path was removed</li> |
50 <li>"O" path was removed</li> |
51 <li>"R" path was deleted and then re-added</li> |
51 <li>"R" path was deleted and then re-added</li> |
52 <li>"U" path needs an update</li> |
52 <li>"U" path needs an update</li> |
53 <li>"Z" path contains a conflict</li> |
53 <li>"Z" path contains a conflict</li> |
|
54 <li>"?" path is not tracked</li> |
|
55 <li>"!" path is missing</li> |
54 <li>" " path is back at normal</li> |
56 <li>" " path is back at normal</li> |
55 </ul> |
57 </ul> |
56 |
58 |
57 @return tuple of flag indicating successful operation (boolean) and |
59 @return tuple of flag indicating successful operation (boolean) and |
58 a status message in case of non successful operation (string) |
60 a status message in case of non successful operation (string) |