~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/controldir.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-05-19 10:51:37 UTC
  • mfrom: (5891.1.3 api-docs)
  • Revision ID: pqm@pqm.ubuntu.com-20110519105137-amzagrral2ldm1lq
(spiv) Fix the formatting of more docstrings. (Andrew Bennetts)

Show diffs side-by-side

added added

removed removed

Lines of Context:
226
226
        get at a repository.
227
227
 
228
228
        :param _unsupported: a private parameter, not part of the api.
 
229
 
229
230
        TODO: static convenience version of this?
230
231
        """
231
232
        raise NotImplementedError(self.open_repository)
314
315
        whether one existed before or not; and a local branch is always
315
316
        created.
316
317
 
317
 
        if revision_id is not None, then the clone operation may tune
318
 
            itself to download less data.
 
318
        :param revision_id: if revision_id is not None, then the clone
 
319
            operation may tune itself to download less data.
319
320
        :param accelerator_tree: A tree which can be used for retrieving file
320
321
            contents more quickly than the revision tree, i.e. a workingtree.
321
322
            The revision tree will be used for cases where accelerator_tree's