118
118
def test_commit_with_filecommands(self):
120
120
commands.FileDeleteCommand('readme.txt'),
121
121
commands.FileModifyCommand('NEWS', 'file', False, None,
124
124
# user tuple is (name, email, secs-since-epoch, secs-offset-from-utc)
125
125
committer = ('Joe Wong', 'joe@example.com', 1234567890, -6 * 3600)
126
126
c = commands.CommitCommand("refs/heads/master", "bbb", None, committer,