~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/knitrepo.py

  • Committer: Aaron Bentley
  • Date: 2007-12-30 02:13:10 UTC
  • mto: This revision was merged to the branch mainline in revision 3147.
  • Revision ID: aaron.bentley@utoronto.ca-20071230021310-yl7qy9u957ne2u9j
Fix bad ghost handling in KnitParentsProvider

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
                try:
76
76
                    parents = self._knit.get_parents_with_ghosts(revision_id)
77
77
                except errors.RevisionNotPresent:
78
 
                    pass
 
78
                    continue
79
79
                else:
80
80
                    if len(parents) == 0:
81
81
                        parents = [_mod_revision.NULL_REVISION]