/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/tests/interrepository_implementations/test_interrepository.py

Merge bzr.dev

Show diffs side-by-side

added added

removed removed

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