~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_branch/__init__.py

  • Committer: Jelmer Vernooij
  • Date: 2011-09-12 09:51:52 UTC
  • mfrom: (6129 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6130.
  • Revision ID: jelmer@samba.org-20110912095152-04atttpiqgn2lzjw
merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
 
68
68
    def get_branch(self):
69
69
        if self.branch is None:
70
 
            self.branch = self.make_branch('')
 
70
            self.branch = self.make_branch('abranch')
71
71
        return self.branch
72
72
 
73
73
    def make_branch(self, relpath, format=None):