~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_foreign.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-08-28 11:13:18 UTC
  • mfrom: (6105.1.1 branch-lazy-import)
  • Revision ID: pqm@pqm.ubuntu.com-20110828111318-tzo1k47rlx1xzxz9
(jameinel) Bug #835545,
 lazy_import modules rather than objects to allow pydoc to work. (Jelmer
 Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
        branch.BzrBranch6.__init__(self, _format, _control_files, a_bzrdir,
102
102
            *args, **kwargs)
103
103
 
104
 
    def _get_checkout_format(self, lightweight=False):
 
104
    def _get_checkout_format(self):
105
105
        """Return the most suitable metadir for a checkout of this branch.
106
106
        Weaves are used if this branch's repository uses weaves.
107
107
        """