~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/missing.py

  • Committer: Robert Collins
  • Date: 2005-11-22 21:28:30 UTC
  • mfrom: (1185.33.32 bzr.dev)
  • Revision ID: robertc@robertcollins.net-20051122212830-885c284847f0b17b
Merge from mpool.

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
    for revno, rev_id in missing_remote:
61
61
        rev = br_remote.get_revision(rev_id)
62
62
        if verbose:
63
 
            parent_rev_id = rev.parents[0].revision_id
 
63
            parent_rev_id = rev.parent_ids[0]
64
64
            if last_rev_id == parent_rev_id:
65
65
                parent_tree = last_tree
66
66
            else: