Repoman 0.7.0 documentation

repoman.git package

«  repoman package   ::   Contents   ::   repoman.hg package  »

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.pygitext module

repoman.git.pygitext.clone(origin, dest, bare=False)

repoman.git.repository module

class repoman.git.repository.Repository(*args, **kwargs)

Bases: repoman.repository.Repository

Models a Git Repository

add(files)
branch(name)

Inherited method branch()

branch_exists(branch_name)

Inherited method branch_exists()

commit(message, custom_parent=None, allow_empty=False)

Inherited method commit()

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()

get_changeset_tags(changeset_hash)

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.

parents()

Inherited method parents()

pull(remote, revision=None, branch=None)

Inherited method pull()

push(orig, dest, rev=None, ref_name=None)

Inherited method push()

strip(changeset)

Inherited method strip()

tag(name, revision=None, message=None)

Inherited method tag()

tag_exists(tag_name)

Inherited method tag_exists()

tags()

Inherited method tags()

terminate_branch(branch_name, repo_origin, repo_dest)

Inherited method terminate_branch()

tip()

Inherited method tip()

update(ref)

Inherited method update()

Module contents

«  repoman package   ::   Contents   ::   repoman.hg package  »