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
17
18
from bzrlib.errors import NoSuchRevision, InstallFailed, BzrCommandError
18
19
def fetch_ghosts(branch, no_fix):
19
20
"""Install ghosts from copies in another branch."""