/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/ui/text.py

  • Committer: Martin Pool
  • Author(s): Alexander Belchenko
  • Date: 2009-03-20 07:01:11 UTC
  • mto: This revision was merged to the branch mainline in revision 4175.
  • Revision ID: mbp@sourcefrog.net-20090320070111-frgxpetoaoun8cy8
Use KB not kB for 1024 bytes

Show diffs side-by-side

added added

removed removed

Lines of Context:
247
247
                dir_char = '<'
248
248
            else:
249
249
                dir_char = '?'
250
 
            msg = ("%.7s %s %6dkB %5dkB/s" %
 
250
            msg = ("%.7s %s %6dKB %5dKB/s" %
251
251
                    (scheme, dir_char, self._total_byte_count>>10, int(rate)>>10,))
252
252
            self._transport_update_time = now
253
253
            self._last_repaint = now