/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/missing.py

Refactored out ControlFiles and RevisionStore from _Branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
    else:
59
59
        show_ids = False
60
60
    for revno, rev_id in missing_remote:
61
 
        rev = br_remote.get_revision(rev_id)
 
61
        rev = br_remote.storage.get_revision(rev_id)
62
62
        if verbose:
63
63
            parent_rev_id = rev.parents[0].revision_id
64
64
            if last_rev_id == parent_rev_id: