~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/controldir.py

  • Committer: Jelmer Vernooij
  • Date: 2011-05-16 13:39:39 UTC
  • mto: (5923.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 5925.
  • Revision ID: jelmer@samba.org-20110516133939-8u1pc9utas3uw1lt
Require a unicode prompt to be passed into all methods that prompt.

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
 
 
230
229
        TODO: static convenience version of this?
231
230
        """
232
231
        raise NotImplementedError(self.open_repository)
315
314
        whether one existed before or not; and a local branch is always
316
315
        created.
317
316
 
318
 
        :param revision_id: if revision_id is not None, then the clone
319
 
            operation may tune itself to download less data.
 
317
        if revision_id is not None, then the clone operation may tune
 
318
            itself to download less data.
320
319
        :param accelerator_tree: A tree which can be used for retrieving file
321
320
            contents more quickly than the revision tree, i.e. a workingtree.
322
321
            The revision tree will be used for cases where accelerator_tree's