~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/_knit_load_data_c.pyx

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-03-26 03:06:52 UTC
  • mfrom: (3287.5.10 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20080326030652-vgwdkwda9mi8s200
Deprecate VersionedFile.get_parents. (Robert Collins)

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."""