/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 breezy/plugins/weave_fmt/bzrdir.py

  • Committer: Jelmer Vernooij
  • Date: 2020-06-15 01:29:36 UTC
  • mfrom: (7490.40.4 work)
  • mto: (7490.40.19 work)
  • mto: This revision was merged to the branch mainline in revision 7516.
  • Revision ID: jelmer@jelmer.uk-20200615012936-1adqbu592y7lzmy8
Merge upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
842
842
 
843
843
    def get_branch_transport(self, branch_format, name=None):
844
844
        """See BzrDir.get_branch_transport()."""
845
 
        if name is not None:
 
845
        if name:
846
846
            raise errors.NoColocatedBranchSupport(self)
847
847
        if branch_format is None:
848
848
            return self.transport