~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Martin Pool
  • Date: 2006-06-20 07:55:43 UTC
  • mfrom: (1798 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1799.
  • Revision ID: mbp@sourcefrog.net-20060620075543-b10f6575d4a4fa32
[merge] bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
        # for during pull operations
135
135
        inv = source.get_inventory('a')
136
136
        inv['id'].revision = 'b'
 
137
        inv.revision_id = 'b'
137
138
        sha1 = source.add_inventory('b', inv, ['a'])
138
139
        rev = Revision(timestamp=0,
139
140
                       timezone=None,