~jameinel/bzr/2.5-remote-wt-tests-1046697

« back to all changes in this revision

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

  • Committer: John Arbash Meinel
  • Date: 2012-09-07 08:52:36 UTC
  • Revision ID: john@arbash-meinel.com-20120907085236-8fdb21idjx8w8dlw
Change the attribute lookup, I missed it in the first pass.

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
        made_control = self.make_bzrdir(relpath, format=bzrdir_format)
105
105
        made_control.create_repository()
106
106
        b = made_control.create_branch()
107
 
        if self.repo_is_remote:
 
107
        if getattr(self, 'repo_is_remote', False):
108
108
            # If the repo is remote, then we just create a local lightweight
109
109
            # checkout
110
110
            # XXX: This duplicates a lot of Branch.create_checkout, but we know