90
90
def test_commit_sets_last_revision(self):
91
91
tree = self.make_branch_and_tree('tree')
93
93
self.assertEqual('foo', tree.last_revision())
95
103
def test_commit_local_unbound(self):
96
104
# using the library api to do a local commit on unbound branches is