~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/HACKING.txt

  • Committer: Vincent Ladeuil
  • Date: 2010-02-04 10:01:41 UTC
  • mto: (5004.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 5006.
  • Revision ID: v.ladeuil+lp@free.fr-20100204100141-aviyyic1im5neuu7
Add comments and update HACKING.txt about which units should be used.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1010
1010
finish the progress task when it exits, because it may otherwise be a long
1011
1011
time until the finally block runs.
1012
1012
 
 
1013
https://wiki.ubuntu.com/UnitsPolicy provides a good explanation about
 
1014
which unit should be used when. Roughly speaking, IEC standard applies
 
1015
for base-2 units and SI standard applies for base-10 units::
 
1016
 * for network bandwidth an disk sizes, use base-10 (Mbits/s, kB/s, GB),
 
1017
 * for RAM sizes, use base-2 (GiB, TiB).
 
1018
 
1013
1019
 
1014
1020
Displaying help
1015
1021
===============