~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/index.py

  • Committer: Robert Collins
  • Date: 2007-07-13 15:05:36 UTC
  • mto: (2592.5.3 pack-repository)
  • mto: This revision was merged to the branch mainline in revision 2624.
  • Revision ID: robertc@robertcollins.net-20070713150536-hqtkufys7aiqxl1t
Cleanup docs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
174
174
    terminated string without any newlines.
175
175
 
176
176
    It is presumed that the index will not be mutated - it is static data.
 
177
 
 
178
    Currently successive iter_entries/iter_all_entries calls will read the
 
179
    entire index each time. Additionally iter_entries calls will read the
 
180
    entire index always. XXX: This must be fixed before the index is 
 
181
    suitable for production use. :XXX
177
182
    """
178
183
 
179
184
    def __init__(self, transport, name):