/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 doc/developers/directory-fingerprints.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-04-06 06:59:03 UTC
  • mfrom: (5051.5.1 subunit)
  • Revision ID: pqm@pqm.ubuntu.com-20100406065903-y9dxgwmog1pmw7dz
Use subunit when running tests in PQM.

Show diffs side-by-side

added added

removed removed

Lines of Context:
223
223
* Are unbalanced trees a significant problem?  Trees can be unbalanced by having
224
224
  many directories (deep or wide), or many files per directory.
225
225
 
226
 
  For small trees like bzr, 744 of 874 are in the breezy subtree.  In
 
226
  For small trees like bzr, 744 of 874 are in the bzrlib subtree.  In
227
227
  general, larger trees are more balanced, because humans, editors and
228
228
  other tools have trouble managing very unbalanced trees.  But there are
229
229
  exceptions: Aaron has one tree with 20,000 generated but versioned
258
258
     as stored, or change the sort order for the inventory, or synthesize
259
259
     per-directory inventories in memory for hashing.
260
260
 
261
 
     However, XML is somewhat redundant and slow to parse/generate; and
 
261
     However, xml is somewhat redundant and slow to parse/generate; and
262
262
     reading the whole thing before comparing some sections is only a
263
263
     partial win.  It may be a smaller change but we'd be preserving
264
264
     things we want to change.