13
13
# You should have received a copy of the GNU General Public License
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
17
17
from bzrlib.fetch import greedy_fetch
18
18
from bzrlib.errors import NoSuchRevision, InstallFailed
19
19
def fetch_missing(branch):
20
20
"""Install the revisions of missing ancestors from another branch."""
24
24
branch = this_branch.controlfile("x-pull", "rb").read().rstrip('\n')