83
83
def test_commit_sets_last_revision(self):
84
84
tree = self.make_branch_and_tree('tree')
86
86
self.assertEqual('foo', tree.last_revision())
88
96
def test_commit_local_unbound(self):
89
97
# using the library api to do a local commit on unbound branches is