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

Reoncile InterGitRepository objects.

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
        self.bzrdir = bzrdir
76
76
        self.name = name
77
77
        self.head = head
 
78
        self.base = bzrdir.transport.base
78
79
        self._format = GitBranchFormat()
79
80
 
80
81
    def lock_write(self):