56
55
def test_build_two_commits(self):
57
56
"""The second commit has the right parents and message."""
58
57
builder = BranchBuilder(self.get_transport().clone('foo'))
61
60
branch = builder.get_branch()
66
64
branch.repository.get_revision(branch.last_revision()).message)
69
67
branch.repository.get_revision(branch.last_revision()).parent_ids)