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

  • Committer: Jelmer Vernooij
  • Date: 2011-04-04 20:28:19 UTC
  • mto: (0.200.1163 trunk)
  • mto: This revision was merged to the branch mainline in revision 6960.
  • Revision ID: jelmer@samba.org-20110404202819-8dig07x78g2cc2jf
Use mapping.revision_id_foreign_to_bzr to find parents everywhere.

Show diffs side-by-side

added added

removed removed

Lines of Context:
434
434
            continue
435
435
        if isinstance(o, Commit):
436
436
            rev, roundtrip_revid, verifiers = mapping.import_commit(o,
437
 
                lambda x: None)
 
437
                mapping.revision_id_foreign_to_bzr)
438
438
            if (repo.has_revision(rev.revision_id) or
439
439
                (roundtrip_revid and repo.has_revision(roundtrip_revid))):
440
440
                continue