15
15
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
16
16
from bzrlib.branch import Branch
17
17
from bzrlib.fetch import greedy_fetch
19
19
def fetch_ghosts(branch):
20
20
"""Install ghosts from copies in another branch."""
21
21
this_branch = Branch.open_containing('.')
23
23
branch = this_branch.get_parent()
25
29
other_branch = Branch.open_containing(branch)