46
46
yield commands.FileModifyCommand(old_path, 'file', False,
48
48
yield commands.CommitCommand('head', '1', author,
49
committer, "commit 1", [], files_one)
49
committer, "commit 1", None, [], files_one)
51
51
yield commands.FileRenameCommand(old_path, new_path)
52
52
yield commands.CommitCommand('head', '2', author,
53
committer, "commit 2", [":1"], files_two)
53
committer, "commit 2", ":1", [], files_two)
56
56
# FIXME: [] as a default is bad, as it is mutable, but I want