~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bundle/bundle_data.py

  • Committer: Martin
  • Date: 2010-09-28 18:51:47 UTC
  • mto: This revision was merged to the branch mainline in revision 5450.
  • Revision ID: gzlist@googlemail.com-20100928185147-c07zkm6js2kbu0uu
Fix some "its" vs. "it's" spelling confusion in bzrlib code... also, ahem, a name in the NEWS file

Show diffs side-by-side

added added

removed removed

Lines of Context:
289
289
    def _validate_revision(self, inventory, revision_id):
290
290
        """Make sure all revision entries match their checksum."""
291
291
 
292
 
        # This is a mapping from each revision id to it's sha hash
 
292
        # This is a mapping from each revision id to its sha hash
293
293
        rev_to_sha1 = {}
294
294
 
295
295
        rev = self.get_revision(revision_id)