~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
185
185
        :param create_prefix: Create any missing directories leading up to
186
186
            to_transport.
187
187
        :param use_existing_dir: Use an existing directory if one exists.
 
188
        :param no_tree: If set to true prevents creation of a working tree.
188
189
        """
189
190
        # Overview: put together a broad description of what we want to end up
190
191
        # with; then make as few api calls as possible to do it.