##// END OF EJS Templates
ui: display progress with decimal notation
Patrick Mezard -
r10220:500d09be stable
parent child Browse files
Show More
@@ -380,7 +380,7 b' class ui(object):'
380
380
381 if total:
381 if total:
382 pct = 100.0 * pos / total
382 pct = 100.0 * pos / total
383 self.debug('%s:%s %s/%s%s (%4.2g%%)\n'
383 self.debug('%s:%s %s/%s%s (%4.2f%%)\n'
384 % (topic, item, pos, total, unit, pct))
384 % (topic, item, pos, total, unit, pct))
385 else:
385 else:
386 self.debug('%s:%s %s%s\n' % (topic, item, pos, unit))
386 self.debug('%s:%s %s%s\n' % (topic, item, pos, unit))
@@ -17,7 +17,7 b' not linkable: 00changelog.i'
17 not linkable: 00manifest.i
17 not linkable: 00manifest.i
18 not linkable: data/b.i
18 not linkable: data/b.i
19 pruned down to 2 probably relinkable files
19 pruned down to 2 probably relinkable files
20 relink: data/a.i 1/2 files ( 50%)
20 relink: data/a.i 1/2 files (50.00%)
21 not linkable: data/dummy.i
21 not linkable: data/dummy.i
22 relinked 1 files (136 bytes reclaimed)
22 relinked 1 files (136 bytes reclaimed)
23 % check hardlinks
23 % check hardlinks
General Comments 0
You need to be logged in to leave comments. Login now