Part of subvertpy.wc View In Hierarchy
Method | get_prop_diffs | S.get_prop_diffs(path) -> (propchanges, originalprops) |
Method | locked | S.locked() -> bool |
Method | __new__ | T.__new__(S, ...) -> a new object with type S, a subtype of T |
Method | prop_set | S.prop_set(name, value, path, skip_checks=False) |
Method | get_update_editor | Undocumented |
Method | prop_get | S.prop_get(name, path) -> value |
Method | copy | S.copy(src_path, dest_path, cancel_func=None, notify_func=None |
Method | crawl_revisions | S.crawl_revisions(path, reporter, restore_files=True, recurse=True, use_commit_times=True, notify_func=None) -> None |
Method | add | S.add(path, copyfrom_url=None, copyfrom_rev=-1, cancel_func=None, notify_func=None) |
Method | entries_read | S.entries_read(include_hidden=False) -> dict |
Method | entry | s.entry(path, show_hidden=False) -> entry |
Method | close | S.close() |
Method | remove_lock | S.remove_lock(path) |
Method | access_path | S.access_path() -> path |
Method | walk_entries | S.walk_entries(path, callback, show_hidden=False, cancel_func=None) |
Method | process_committed | S.process_committed(path, recurse, new_revnum, rev_date, rev_author, wcprop_changes=None, remove_lock=False, digest=None) |
Method | delete | S.delete(path, cancel_func=None, notify_func=None, keep_local=False) |