207
207
raise AssertionError('\\n is not a valid character '
211
211
symbol_versioning.warn('The parameter author was deprecated'
212
212
' in version 1.13. Use authors instead',
215
215
# XXX: maybe we should just accept one of them?
216
216
raise AssertionError('author property given twice')
218
218
raise AssertionError('\\n is not a valid character '
221
221
# args for wt.commit start at message from the Commit.commit method,
222
222
args = (message, ) + args
223
223
for hook in MutableTree.hooks['start_commit']: