/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/commit.py

  • Committer: Aaron Bentley
  • Date: 2007-07-17 13:27:14 UTC
  • mfrom: (2624 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2631.
  • Revision ID: abentley@panoramicfeedback.com-20070717132714-tmzx9khmg9501k51
Merge from bzr.dev

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.