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

Split out repository into .bzr/repository

Show diffs side-by-side

added added

removed removed

Lines of Context:
702
702
                 "Please use Branch.open, or bzrdir.open_branch().",
703
703
                 DeprecationWarning,
704
704
                 stacklevel=2)
 
705
        # TODO change this to search upwards if needed.
705
706
        self.repository = self.bzrdir.open_repository()
706
707
 
707
708
    def __str__(self):