/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.py

  • Committer: Martin Pool
  • Date: 2009-01-23 17:25:52 UTC
  • mfrom: (3955 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3956.
  • Revision ID: mbp@sourcefrog.net-20090123172552-uu2eh59t0azzvcq9
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
2250
2250
            present_nodes = self._get_entries(keys)
2251
2251
            for (index, key, value, node_refs) in present_nodes:
2252
2252
                if (value[0] != keys[key][0][0] or
2253
 
                    node_refs != keys[key][1]):
 
2253
                    node_refs[:1] != keys[key][1][:1]):
2254
2254
                    raise KnitCorrupt(self, "inconsistent details in add_records"
2255
2255
                        ": %s %s" % ((value, node_refs), keys[key]))
2256
2256
                del keys[key]