~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/interrepository_implementations/test_fetch.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-03-18 02:14:31 UTC
  • mfrom: (4158.2.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090318021431-md1n8o3542wwsvai
(mbp) merge back 1.13final to trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
 
77
77
    def test_fetch_inconsistent_last_changed_entries(self):
78
78
        """If an inventory has odd data we should still get what it references.
79
 
        
 
79
 
80
80
        This test tests that we do fetch a file text created in a revision not
81
81
        being fetched, but referenced from the revision we are fetching when the
82
82
        adjacent revisions to the one being fetched do not reference that text.