/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/_known_graph_pyx.pyx

  • Committer: John Arbash Meinel
  • Date: 2010-01-12 22:36:23 UTC
  • mfrom: (4953 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4955.
  • Revision ID: john@arbash-meinel.com-20100112223623-836x5mou0gm5vsep
merge bzr.dev 4953 to clean up the ui factory issues

Show diffs side-by-side

added added

removed removed

Lines of Context:
703
703
            self._revno_first, self._revno_second, self._revno_last,
704
704
            self.is_first_child, self.seen_by_child)
705
705
 
706
 
    cdef int has_pending_parents(self):
 
706
    cdef int has_pending_parents(self): # cannot_raise
707
707
        if self.left_pending_parent is not None or self.pending_parents:
708
708
            return 1
709
709
        return 0