/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to dir.py

InterRepo refactoring, implement RemoteGitDir.push_branch.

Merged from https://code.launchpad.net/~jelmer/brz-git/interrepo/+merge/342469

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
    format_registry,
42
42
    RepositoryAcquisitionPolicy,
43
43
    )
 
44
from .object_store import (
 
45
    get_object_store,
 
46
    )
44
47
 
45
48
from .transportgit import (
46
49
    OBJECTDIR,