/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/workingtree_implementations/test_parents.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-10-09 00:18:32 UTC
  • mfrom: (2889.1.3 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20071009001832-kl9ak6vzgz6d4fpy
(robertc) Fold KnitRepositry3 into KnitRepository and move xml serialisation logic from it into the serializer classes. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
340
340
 
341
341
    def assertTransitionFromBasisToShape(self, basis_shape, basis_revid,
342
342
        new_shape, new_revid, extra_parent=None):
 
343
        # set the inventory revision ids.
 
344
        basis_shape.revision_id = basis_revid
 
345
        new_shape.revision_id = new_revid
343
346
        delta = self.make_inv_delta(basis_shape, new_shape)
344
347
        tree = self.make_branch_and_tree('tree')
345
348
        # the shapes need to be in the tree's repository to be able to set them