/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/workingtree_4.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:
1262
1262
 
1263
1263
        :param revision_id: allows creating a working tree at a different
1264
1264
        revision than the branch is at.
 
1265
        :param accelerator_tree: A tree which can be used for retrieving file
 
1266
            contents more quickly than the revision tree, i.e. a workingtree.
 
1267
            The revision tree will be used for cases where accelerator_tree's
 
1268
            content is different.
1265
1269
 
1266
1270
        These trees get an initial random root id, if their repository supports
1267
1271
        rich root data, TREE_ROOT otherwise.