~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/index.py

  • Committer: John Arbash Meinel
  • Date: 2010-04-14 05:06:53 UTC
  • mto: (5050.3.2 2.2)
  • mto: This revision was merged to the branch mainline in revision 5157.
  • Revision ID: john@arbash-meinel.com-20100414050653-5l0z0hn2pk2y2uf5
Minor tweak

Show diffs side-by-side

added added

removed removed

Lines of Context:
1442
1442
 
1443
1443
        for offset, (name, idx) in enumerate(indices_info):
1444
1444
            if idx in hit_indices:
 
1445
                hit_names.append(name)
1445
1446
                new_hit_indices.append(idx)
1446
 
                hit_names.append(name)
1447
1447
                if len(new_hit_indices) == len(hit_indices):
1448
1448
                    # We've found all of the hit entries, everything else is
1449
1449
                    # unhit