~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/workingtree.py

  • Committer: Aaron Bentley
  • Date: 2006-02-21 17:57:37 UTC
  • mto: (1558.1.4 Aaron's integration)
  • mto: This revision was merged to the branch mainline in revision 1565.
  • Revision ID: abentley@panoramicfeedback.com-20060221175737-f161366f8426914a
Added progress bar to pull

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
from bzrlib.transform import build_tree
91
91
from bzrlib.transport import get_transport
92
92
from bzrlib.transport.local import LocalTransport
 
93
from bzrlib.ui import ui_factory
93
94
import bzrlib.xml5
94
95
 
95
96
 
850
851
                merge_inner(self.branch,
851
852
                            self.basis_tree(), 
852
853
                            repository.revision_tree(other_revision),
853
 
                            this_tree=self)
 
854
                            this_tree=self, pb=ui_factory.progress_bar())
854
855
                self.set_last_revision(self.branch.last_revision())
855
856
            return count
856
857
        finally: