~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-02-16 19:22:55 UTC
  • mfrom: (5664.1.1 document-no-tree)
  • Revision ID: pqm@pqm.ubuntu.com-20110216192255-ihgckago297tcp5z
(jelmer) Document no_tree argument to ControlDir.clone_on_transport. (Jelmer
 Vernooij)

Show diffs side-by-side

added added

removed removed

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