~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/inventory.py

  • Committer: Aaron Bentley
  • Date: 2006-06-12 02:11:45 UTC
  • mfrom: (1759.2.2 integration)
  • mto: This revision was merged to the branch mainline in revision 1767.
  • Revision ID: aaron.bentley@utoronto.ca-20060612021145-0ced20f7791f3c66
Fix some typos (found using aspell) (Jelmer Vernooij).

Show diffs side-by-side

added added

removed removed

Lines of Context:
160
160
                            versioned_file_store,
161
161
                            transaction,
162
162
                            entry_vf=None):
163
 
        """Return the revisions and entries that directly preceed this.
 
163
        """Return the revisions and entries that directly precede this.
164
164
 
165
165
        Returned as a map from revision to inventory entry.
166
166
 
471
471
    def _unchanged(self, previous_ie):
472
472
        """Has this entry changed relative to previous_ie.
473
473
 
474
 
        This method should be overriden in child classes.
 
474
        This method should be overridden in child classes.
475
475
        """
476
476
        compatible = True
477
477
        # different inv parent