795
789
"""Pull in all new revisions from other branch.
797
791
from bzrlib.fetch import greedy_fetch
799
794
pb = bzrlib.ui.ui_factory.progress_bar()
800
795
pb.update('comparing histories')
804
809
if len(revision_ids) > 0:
805
810
count = greedy_fetch(self, other, revision_ids[-1], pb)[0]