145
145
def test_commit_rename(self):
146
146
"""Test commit of a revision where a file is renamed."""
147
147
b = Branch.initialize('.')
149
149
b.add(['hello'], ['hello-id'])
150
150
b.working_tree().commit(message='one', rev_id='test@rev-1', allow_pointless=False)