805
805
"""Pull in all new revisions from other branch.
807
807
from bzrlib.fetch import greedy_fetch
809
810
pb = bzrlib.ui.ui_factory.progress_bar()
810
811
pb.update('comparing histories')
814
825
if len(revision_ids) > 0:
815
826
count = greedy_fetch(self, other, revision_ids[-1], pb)[0]