/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/progress.py

  • Committer: Martin Pool
  • Date: 2005-06-10 09:40:50 UTC
  • Revision ID: mbp@sourcefrog.net-20050610094050-cf9a71e4558c5aef
- allow for progressbar updates with no count, only a message

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
                 
114
114
 
115
115
 
116
 
    def update(self, msg, current_cnt, total_cnt=None):
 
116
    def update(self, msg, current_cnt=None, total_cnt=None):
117
117
        """Update and redraw progress bar."""
118
118
        if self.suppressed:
119
119
            return