~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/branch.py

(jr) Add gettext() to progress bar text
 (Jonathan Riddell)

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.