~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/testfetch.py

  • Committer: Robert Collins
  • Date: 2005-10-06 22:15:52 UTC
  • mfrom: (1185.13.2)
  • mto: This revision was merged to the branch mainline in revision 1420.
  • Revision ID: robertc@robertcollins.net-20051006221552-9b15c96fa504e0ad
mergeĀ fromĀ upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
    assert has_revision(br_a, br_b.revision_history()[5])
57
57
 
58
58
    # When a non-branch ancestor is missing, it should be unlisted...
59
 
    # as its not present in the ancestry weave.
 
59
    # as its not reference from the inventory weave.
60
60
    br_b4 = new_branch('br_4')
61
61
    count, failures = greedy_fetch(br_b4, br_b)
62
62
    self.assertEqual(count, 7)