~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commit.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-07-05 05:41:19 UTC
  • mfrom: (2589.1.1 ianc-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20070705054119-z89j99ne0vvywkgu
(Ian Clatworthy) Make the progress bar visible again in commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
287
287
            self.pb.show_spinner = False
288
288
            self.pb.show_eta = False
289
289
            self.pb.show_count = True
290
 
            self.pb.show_bar = False
 
290
            self.pb.show_bar = True
291
291
 
292
292
            # After a merge, a selected file commit is not supported.
293
293
            # See 'bzr help merge' for an explanation as to why.