~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/directory-fingerprints.txt

  • Committer: John Arbash Meinel
  • Date: 2011-05-11 11:35:28 UTC
  • mto: This revision was merged to the branch mainline in revision 5851.
  • Revision ID: john@arbash-meinel.com-20110511113528-qepibuwxicjrbb2h
Break compatibility with python <2.6.

This includes auditing the code for places where we were doing
explicit 'sys.version' checks and removing them as appropriate.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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.