~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/controldir.py

resolve conflicts against trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
    revision as _mod_revision,
32
32
    transport as _mod_transport,
33
33
    ui,
34
 
    urlutils,
35
34
    )
36
35
from bzrlib.push import (
37
36
    PushResult,
38
37
    )
39
 
from bzrlib.transport import (
40
 
    local,
41
 
    )
42
38
 
43
39
""")
44
40
 
230
226
        get at a repository.
231
227
 
232
228
        :param _unsupported: a private parameter, not part of the api.
 
229
 
233
230
        TODO: static convenience version of this?
234
231
        """
235
232
        raise NotImplementedError(self.open_repository)
318
315
        whether one existed before or not; and a local branch is always
319
316
        created.
320
317
 
321
 
        if revision_id is not None, then the clone operation may tune
322
 
            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.
323
320
        :param accelerator_tree: A tree which can be used for retrieving file
324
321
            contents more quickly than the revision tree, i.e. a workingtree.
325
322
            The revision tree will be used for cases where accelerator_tree's