~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/inventory.py

  • Committer: Jelmer Vernooij
  • Date: 2006-06-10 00:21:11 UTC
  • mto: (1558.16.3 revert-missing)
  • mto: This revision was merged to the branch mainline in revision 1767.
  • Revision ID: jelmer@samba.org-20060610002111-ff582d7ee2090037
Fix some types (found using aspell).

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