~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/branch.py

  • Committer: Jonathan Riddell
  • Date: 2011-09-16 10:08:09 UTC
  • mto: This revision was merged to the branch mainline in revision 6145.
  • Revision ID: jriddell@canonical.com-20110916100809-uii7a1h5tp8qguhy
add gettext to progress bar strings

Show diffs side-by-side

added added

removed removed

Lines of Context:
849
849
        """
850
850
        pb = ui.ui_factory.nested_progress_bar()
851
851
        try:
852
 
            pb.update("Unstacking")
 
852
            pb.update(gettext("Unstacking"))
853
853
            # The basic approach here is to fetch the tip of the branch,
854
854
            # including all available ghosts, from the existing stacked
855
855
            # repository into a new repository object without the fallbacks.