repoman.git package¶
Submodules¶
repoman.git.depot_operations module¶
- class repoman.git.depot_operations.DepotOperations¶
Bases: repoman.depot_operations.DepotOperations
Git Mercurial DCVS operations.
- CACHE_REPO_ORIGIN = 'origin-all-refs'¶
- KIND = 'git'¶
- check_changeset_availability(path, changesets)¶
Inherited method check_changeset_availability()
- clear_depot(path)¶
Inherited method clear_depot()
- grab_changesets(path, url, changesets)¶
Inherited method grab_changesets()
- init_depot(path, parent=None, source=None)¶
Inherited method init_depot()
- is_a_depot(path)¶
Inherited method is_a_depot()
- set_source(path, source)¶
Inherited method set_source()
repoman.git.repository module¶
- class repoman.git.repository.Repository(*args, **kwargs)¶
Bases: repoman.repository.Repository
Models a Git Repository
- add(files)¶
- branch_exists(branch_name)¶
Inherited method branch_exists()
- compare_branches(revision_to_check_hash, branch_base_name)¶
Inherited method compare_branches()
- exterminate_branch(branch_name, repo_origin, repo_dest)¶
Inherited method exterminate_branch()
- get_ancestor(cs1, cs2)¶
Inherited method get_ancestor()
- get_branch(branch_name=None)¶
Inherited method get_branch()
- get_branches(active=False, closed=False)¶
Inherited method get_branches()
- get_changeset_branches(changeset)¶
Inherited method get_changeset_branches()
Inherited method get_changeset_tags()
- get_parents(changeset_hash)¶
Inherited method get_parents()
- get_revset(cs_from=None, cs_to=None, branch=None)¶
Inherited method get_revset()
- is_merge(changeset_hash)¶
Inherited method is_merge()
- merge(local_branch=None, other_rev=None, other_branch_name=None, dry_run=False)¶
Inherited method merge()
- merge_fastforward(local_branch=None, other_rev=None, other_branch_name=None, dry_run=False)¶
Deprecated since version 0.5.1: No alternative provided, but this method does not match the repoman.repository.Repository interface.
- tag_exists(tag_name)¶
Inherited method tag_exists()
Inherited method tags()
- terminate_branch(branch_name, repo_origin, repo_dest)¶
Inherited method terminate_branch()