/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/branch.py

  • Committer: Aaron Bentley
  • Date: 2007-12-20 14:28:59 UTC
  • mto: This revision was merged to the branch mainline in revision 3135.
  • Revision ID: abentley@panoramicfeedback.com-20071220142859-9tea7c02aw13w54k
Update docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
764
764
        :param revision_id: The revision to check out
765
765
        :param lightweight: If True, produce a lightweight checkout, otherwise,
766
766
        produce a bound branch (heavyweight checkout)
 
767
        :param accelerator_tree: A tree which can be used for retrieving file
 
768
            contents more quickly than the revision tree, i.e. a workingtree.
 
769
            The revision tree will be used for cases where accelerator_tree's
 
770
            content is different.
767
771
        :return: The tree of the created checkout
768
772
        """
769
773
        t = transport.get_transport(to_location)