Class p.u.a.c.Monotone(DCommandBased):

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

Undocumented

Split Table into Classes Show Methods in One Table

Line # Kind Name Docs
256 Method process_paths process paths for vcs's usefull for "relpath-bitches"
259 Method get_remove_args Undocumented
262 Method get_list_args Undocumented
265 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
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
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
173 Method get_cache_args Undocumented

Inherited from VCSBase (via DCommandBased, CommandBased):

Line # Kind Name Docs
36 Method parse_list_items redirect to parse_list_item
50 Method parse_cache_items parses vcs specific cache items to a list of (name, state) tuples
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
173 Method get_cache_args Undocumented
90 Method get_commit_args creates a argument list for commiting
99 Method get_diff_args Undocumented
262 Method get_list_args Undocumented
259 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
50 Method parse_cache_items parses vcs specific cache items to a list of (name, state) tuples
265 Method parse_list_item parse a single listing item
36 Method parse_list_items redirect to parse_list_item
256 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
def process_paths(self, paths):
process paths for vcs's usefull for "relpath-bitches"
def get_remove_args(self, paths, **kw):
Undocumented
def get_list_args(self, **kw):
Undocumented
def parse_list_item(self, item):
parse a single listing item
API Documentation for PIDA, generated by pydoctor.