equal
deleted
inserted
replaced
375 if item: |
375 if item: |
376 item = ' ' + item |
376 item = ' ' + item |
377 |
377 |
378 if total: |
378 if total: |
379 pct = 100.0 * pos / total |
379 pct = 100.0 * pos / total |
380 ui.debug('%s:%s %s/%s%s (%4.2g%%)\n' |
380 self.debug('%s:%s %s/%s%s (%4.2g%%)\n' |
381 % (topic, item, pos, total, unit, pct)) |
381 % (topic, item, pos, total, unit, pct)) |
382 else: |
382 else: |
383 ui.debug('%s:%s %s%s\n' % (topic, item, pos, unit)) |
383 self.debug('%s:%s %s%s\n' % (topic, item, pos, unit)) |