~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/reconcile.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:
222
222
    def _parents_are_inconsistent(self, rev_id, parents):
223
223
        """Return True if the parents list of rev_id does not match the weave.
224
224
 
225
 
        This detect inconsistences based on the self.thorough value:
 
225
        This detect inconsistencies based on the self.thorough value:
226
226
        if thorough is on, the first parent value is checked as well as ghost
227
227
        differences.
228
228
        Otherwise only the ghost differences are evaluated.