Part of pida.utils.anyvc.bases View In Hierarchy
Known subclasses: pida.utils.anyvc.cmdbased.CommandBased
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 32 | Method | __init__ | Undocumented |
| 36 | Method | parse_list_items | redirect to parse_list_item |
| 44 | Method | parse_list_item | parse a single listing item |
| 50 | Method | parse_cache_items | parses vcs specific cache items to a list of (name, state) tuples |
| 56 | Method | cache_impl | creates a list of vcs specific cache items |
| 65 | Method | list_impl | yield a list of vcs specific listing items |
| 71 | Method | cache | return a mapping of name to cached states |
| 83 | Method | list | yield a list of Path instances tagged with status informations |
| 94 | Method | diff | Undocumented |
| 97 | Method | update | Undocumented |
| 100 | Method | commit | Undocumented |
| 103 | Method | revert | Undocumented |
| 106 | Method | add | Undocumented |
| 109 | Method | remove | Undocumented |
in case of doubt - dont touch ^^