~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/reconcile.py

  • Committer: Jelmer Vernooij
  • Date: 2006-06-12 01:53:19 UTC
  • mto: (1558.16.3 revert-missing)
  • mto: This revision was merged to the branch mainline in revision 1767.
  • Revision ID: jelmer@samba.org-20060612015319-bed212cff7f6aaf9
Revert some of my spelling fixes and fix some typos after review by Aaron.

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 inconsistencies based on the self.thorough value:
 
225
        This detects 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.