~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/_knit_load_data_c.pyx

  • Committer: Andrew Bennetts
  • Date: 2008-04-07 08:20:13 UTC
  • mfrom: (3340 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3344.
  • Revision ID: andrew.bennetts@canonical.com-20080407082013-ca1n1tqqon7ugxiy
Merge from bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
171
171
                Py_INCREF(parent)
172
172
            PyList_Append(parents, parent)
173
173
            parent_str = next + 1
174
 
        return parents
 
174
        return tuple(parents)
175
175
 
176
176
    cdef int process_one_record(self, char *start, char *end) except -1:
177
177
        """Take a simple string and split it into an index record."""