/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/_knit_load_data_c.pyx

  • Committer: Andrew Bennetts
  • Date: 2008-04-02 00:14:00 UTC
  • mfrom: (3324 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3756.
  • Revision ID: andrew.bennetts@canonical.com-20080402001400-r1pqse38i03dl97w
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."""