~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/controldir.py

(jelmer) Add HPSS call for ``BzrDir.checkout_metadir``. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
328
328
        raise NotImplementedError(self.cloning_metadir)
329
329
 
330
330
    def checkout_metadir(self):
331
 
        """Produce a metadir suitable for checkouts of this controldir."""
 
331
        """Produce a metadir suitable for checkouts of this controldir.
 
332
 
 
333
        :returns: A ControlDirFormat with all component formats
 
334
            either set appropriately or set to None if that component
 
335
            should not be created.
 
336
        """
332
337
        return self.cloning_metadir()
333
338
 
334
339
    def sprout(self, url, revision_id=None, force_new_repo=False,