~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/diff-delta.c

  • Committer: Martin
  • Date: 2011-03-20 18:58:43 UTC
  • mto: This revision was merged to the branch mainline in revision 5731.
  • Revision ID: gzlist@googlemail.com-20110320185843-qn8g96slbc33yw9h
Non-code fixes noticed looking at full diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
846
846
        // fprintf(stderr, "inserted %d before resize\n", num_inserted);
847
847
        new_index = create_index_from_old_and_new_entries(old_index,
848
848
            entry, num_entries);
849
 
        
850
849
    } else {
851
850
        new_index = old_index;
852
851
        // fprintf(stderr, "inserted %d without resizing\n", num_inserted);