Part of pida.utils.anyvc.interfaces View In Hierarchy
Split Table into Classes Show Methods in One Table
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 83 | Method | pull | pulls from locations or default |
| 86 | Method | sync | sync with locations or default |
| 89 | Method | push | push to loations or default |
Inherited from ILocalVCS:
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 32 | Method | configure | Set up the instace for the actual vcs |
| 35 | Method | is_in | determine if a directory is managed by the implementing vcs |
| 38 | Method | parse_list_item | item is a rcs-specidic file entry, returns a stated file |
| 41 | Method | _list_impl | iterate over vcs specifiv file entries |
| 44 | Method | list | return an iterator over stated files |
| 47 | Method | diff | differences of all files below the paths |
| 50 | Method | update | update to the most recent revision |
| 53 | Method | commit | commit all changes of files below the paths |
| 58 | Method | revert | revert all changes in files below the paths |
| 64 | Method | add | adds all paths to version controll |
| 70 | Method | drop | removes a path from version-controll |
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 41 | Method | _list_impl | iterate over vcs specifiv file entries |
| 64 | Method | add | adds all paths to version controll |
| 53 | Method | commit | commit all changes of files below the paths |
| 32 | Method | configure | Set up the instace for the actual vcs |
| 47 | Method | diff | differences of all files below the paths |
| 70 | Method | drop | removes a path from version-controll |
| 35 | Method | is_in | determine if a directory is managed by the implementing vcs |
| 44 | Method | list | return an iterator over stated files |
| 38 | Method | parse_list_item | item is a rcs-specidic file entry, returns a stated file |
| 83 | Method | pull | pulls from locations or default |
| 89 | Method | push | push to loations or default |
| 58 | Method | revert | revert all changes in files below the paths |
| 86 | Method | sync | sync with locations or default |
| 50 | Method | update | update to the most recent revision |