2000
2000
def build_tree(tree, wt, accelerator_tree=None, hardlink=False,
2002
2002
"""Create working tree for a branch, using a TreeTransform.
2004
2004
This function should be used on empty trees, having a tree root at most.
2005
2005
(see merge and revert functionality for working with existing trees)
2007
2007
Existing files are handled like so:
2009
2009
- Existing bzrdirs take precedence over creating new items. They are
2010
2010
created as '%s.diverted' % name.
2011
2011
- Otherwise, if the content on disk matches the content we are building,