/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 git_branch.py

Ultra-experimental support for "bzr pull". No test. No sanity.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
    """An adapter to git repositories for bzr Branch objects."""
50
50
 
51
51
    def __init__(self, gitdir, lockfiles):
 
52
        super(GitBranch, self).__init__()
52
53
        from bzrlib.plugins.git import git_repository
53
54
        self.bzrdir = gitdir
54
55
        self.control_files = lockfiles
102
103
        """See Branch.set_push_location."""
103
104
        self.get_config().set_user_option('push_location', location,
104
105
                                          local=True)
 
106
 
 
107
    def supports_tags(self):
 
108
        return False