/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

Share more code between local and remote classes, support opening remote branches.

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
79
78
        self._format = GitBranchFormat()
80
79
 
81
80
    def lock_write(self):