~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/status.txt

  • Committer: John Arbash Meinel
  • Date: 2009-12-02 23:09:40 UTC
  • mfrom: (4853.1.1 whitespace)
  • mto: This revision was merged to the branch mainline in revision 4856.
  • Revision ID: john@arbash-meinel.com-20091202230940-7n2aydoxngdqxzld
Strip trailing whitespace from doc files by Patrick Regan.

Resolve one small conflict with another doc edit.
Also, revert the changes to all the .pdf and .png files. We shouldn't
be touching them as they are pure-binary files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
   our hash cache from the dirstate allows us to avoid reading the file in the
55
55
   common case. There are alternative ways to achieve this - we could record
56
56
   a pointer to a revision which contained this fileid with the current content
57
 
   rather than storing the content's hash; but this seems to be a pointless 
 
57
   rather than storing the content's hash; but this seems to be a pointless
58
58
   double-indirection unless we save enough storage in the working tree. A
59
59
   variation of this is to not record an explicit pointer but instead
60
60
   define an implicit pointer as being to the left-hand-parent tree.
92
92
  difference for the top level of the selected path) then we can gain a
93
93
  larger win. This strongly suggests that path expansion and tree
94
94
  difference generation should be linked in terms of API.
95
 
 
 
95
 
96
96
 
97
97
 
98
98
..