~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/branch.py

  • Committer: Martin Pool
  • Date: 2009-07-10 08:42:35 UTC
  • mto: This revision was merged to the branch mainline in revision 4566.
  • Revision ID: mbp@sourcefrog.net-20090710084235-t51c95a6298ssfpb
Display progress task for the overall unstacking operation

Show diffs side-by-side

added added

removed removed

Lines of Context:
687
687
        """
688
688
        pb = ui.ui_factory.nested_progress_bar()
689
689
        try:
 
690
            pb.update("Unstacking")
690
691
            # The basic approach here is to fetch the tip of the branch,
691
692
            # including all available ghosts, from the existing stacked
692
693
            # repository into a new repository object without the fallbacks.