Part of pida.utils.anyvc.interfaces View In Hierarchy
Known subclasses: pida.utils.anyvc.interfaces.IDistributedVCS
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 |
revert all changes in files below the paths