~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commit.py

  • Committer: Ian Clatworthy
  • Date: 2007-07-05 04:27:32 UTC
  • mto: This revision was merged to the branch mainline in revision 2590.
  • Revision ID: ian.clatworthy@internode.on.net-20070705042732-15jk00qkortklnm9
(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.