~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/controldir.py

  • Committer: Andrew Bennetts
  • Date: 2011-05-19 09:32:38 UTC
  • mto: This revision was merged to the branch mainline in revision 5896.
  • Revision ID: andrew.bennetts@canonical.com-20110519093238-nwmz5fkehlu37hag
Move docstring formatting fixes.

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