Class p.u.a.c.Git(CommandBased):

Part of pida.utils.anyvc.cmdbased View In Hierarchy

experimental copyed processing from http://www.geekfire.com/~alex/pida-git.py by alex

Split Table into Classes Show Methods in One Table

Line # Kind Name Docs
418 Method get_list_args Undocumented
421 Method get_cache_args Undocumented
424 Method parse_list_items redirect to parse_list_item
433 Method parse_cache_items parses vcs specific cache items to a list of (name, state) tuples

Inherited from CommandBased:

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 CommandBased):

Line # Kind Name Docs
44 Method parse_list_item parse a single listing 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
421 Method get_cache_args Undocumented
90 Method get_commit_args creates a argument list for commiting
99 Method get_diff_args Undocumented
418 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
433 Method parse_cache_items parses vcs specific cache items to a list of (name, state) tuples
44 Method parse_list_item parse a single listing item
424 Method parse_list_items redirect to parse_list_item
68 Method process_paths process paths for vcs's usefull for "relpath-bitches"
143 Method remove Undocumented
147 Method revert Undocumented
135 Method status Undocumented
131 Method update Undocumented
def get_list_args(self, paths=(), recursive=True, **kw):
Undocumented
def get_cache_args(self, **kw):
Undocumented
def parse_list_items(self, items, cache):
redirect to parse_list_item a more complex parser might need to overwrite
def parse_cache_items(self, items):
parses vcs specific cache items to a list of (name, state) tuples
API Documentation for PIDA, generated by pydoctor.