82
83
tree1 = self.make_branch_and_tree("br1")
83
84
if tree1.branch.repository._format.supports_custom_revision_properties:
92
93
rev1 = tree1.commit(message="quux", allow_pointless=True,
94
95
self.assertEqual(tree1.branch.last_revision(), rev1)
95
96
rev_a = tree1.branch.repository.get_revision(
98
99
tree2 = self.make_branch_and_tree("br2")
99
100
tree2.commit(message=rev_a.message,