~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/ui/text.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-03-20 07:43:49 UTC
  • mfrom: (4170.2.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090320074349-siii554u411pxpyz
(mbp) 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