14
14
# along with this program; if not, write to the Free Software
15
15
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
16
16
from bzrlib.branch import Branch
18
17
from bzrlib.errors import NoSuchRevision, InstallFailed, BzrCommandError
20
19
"""Install ghosts from copies in another branch."""
21
20
this_branch = Branch.open_containing('.')[0]