Part of pida.utils.anyvc.cmdbased View In Hierarchy
Split Table into Classes Show Methods in One Table
Line # | Kind | Name | Docs |
---|---|---|---|
280 | Method | get_list_args | Undocumented |
287 | Method | get_cache_args | Undocumented |
299 | Method | parse_cache_items | parses vcs specific cache items to a list of (name, state) tuples |
308 | Method | parse_list_item | parse a single listing item |
Inherited from DCommandBased:
Line # | Kind | Name | Docs |
---|---|---|---|
181 | Method | sync | Undocumented |
185 | Method | pull | Undocumented |
189 | Method | push | Undocumented |
Inherited from CommandBased (via DCommandBased):
Line # | Kind | Name | Docs |
---|---|---|---|
41 | Method | __init__ | Undocumented |
45 | Method | find_basepath | Undocumented |
68 | Method | process_paths | process paths for vcs's usefull for "relpath-bitches" |
74 | Method | execute_command | Undocumented |
90 | Method | get_commit_args | creates a argument list for commiting |
99 | Method | get_diff_args | Undocumented |
102 | Method | get_update_args | Undocumented |
108 | Method | get_add_args | Undocumented |
111 | Method | get_remove_args | Undocumented |
114 | Method | get_revert_args | Undocumented |
117 | Method | get_status_args | Undocumented |
123 | Method | commit | Undocumented |
127 | Method | diff | Undocumented |
131 | Method | update | Undocumented |
135 | Method | status | Undocumented |
139 | Method | add | Undocumented |
143 | Method | remove | Undocumented |
147 | Method | revert | Undocumented |
151 | Method | list_impl | the default implementation is only cappable of |
162 | Method | cache_impl | only runs caching if it knows, how |
Inherited from VCSBase (via DCommandBased, CommandBased):
Line # | Kind | Name | Docs |
---|---|---|---|
36 | Method | parse_list_items | redirect to parse_list_item |
71 | Method | cache | return a mapping of name to cached states |
83 | Method | list | yield a list of Path instances tagged with status informations |
Line # | Kind | Name | Docs |
---|---|---|---|
41 | Method | __init__ | Undocumented |
139 | Method | add | Undocumented |
71 | Method | cache | return a mapping of name to cached states |
162 | Method | cache_impl | only runs caching if it knows, how |
123 | Method | commit | Undocumented |
127 | Method | diff | Undocumented |
74 | Method | execute_command | Undocumented |
45 | Method | find_basepath | Undocumented |
108 | Method | get_add_args | Undocumented |
287 | Method | get_cache_args | Undocumented |
90 | Method | get_commit_args | creates a argument list for commiting |
99 | Method | get_diff_args | Undocumented |
280 | Method | get_list_args | Undocumented |
111 | Method | get_remove_args | Undocumented |
114 | Method | get_revert_args | Undocumented |
117 | Method | get_status_args | Undocumented |
102 | Method | get_update_args | Undocumented |
83 | Method | list | yield a list of Path instances tagged with status informations |
151 | Method | list_impl | the default implementation is only cappable of |
299 | Method | parse_cache_items | parses vcs specific cache items to a list of (name, state) tuples |
308 | Method | parse_list_item | parse a single listing item |
36 | Method | parse_list_items | redirect to parse_list_item |
68 | Method | process_paths | process paths for vcs's usefull for "relpath-bitches" |
185 | Method | pull | Undocumented |
189 | Method | push | Undocumented |
143 | Method | remove | Undocumented |
147 | Method | revert | Undocumented |
135 | Method | status | Undocumented |
181 | Method | sync | Undocumented |
131 | Method | update | Undocumented |