~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/branch.py

  • Committer: Martin Pool
  • Date: 2005-09-13 23:40:53 UTC
  • Revision ID: mbp@sourcefrog.net-20050913234053-9872b37a9d94ad75
doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
814
814
    def update_revisions(self, other, stop_revision=None):
815
815
        """Pull in all new revisions from other branch.
816
816
        """
 
817
        # FIXME: Is this redundant with just doing fetch?
817
818
        from bzrlib.fetch import greedy_fetch
818
819
 
819
820
        pb = bzrlib.ui.ui_factory.progress_bar()