/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 bzrlib/controldir.py

  • Committer: Jelmer Vernooij
  • Date: 2011-12-14 12:25:34 UTC
  • mto: (6282.6.42 hpss-get-inventories)
  • mto: This revision was merged to the branch mainline in revision 6371.
  • Revision ID: jelmer@samba.org-20111214122534-5ot01rv7miypacmf
More documentation.

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,