146
146
"""Test commit of a revision where a file is renamed."""
147
147
b = Branch.initialize('.')
148
148
tree = WorkingTree('.', b)
150
150
tree.add(['hello'], ['hello-id'])
151
151
tree.commit(message='one', rev_id='test@rev-1', allow_pointless=False)