~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/missing.py

  • Committer: Aaron Bentley
  • Date: 2005-11-12 15:33:37 UTC
  • mto: (1185.65.8 bzr.revision-storage)
  • mto: This revision was merged to the branch mainline in revision 1509.
  • Revision ID: aaron.bentley@utoronto.ca-20051112153337-ab72703188dbde9a
Fixed missing --verbose

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: