diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -45,3 +45,4 @@ c3ded3ff17e9bb2a47002a808984a7a946f58a1c 7ff81aa47b1b40cdef9dd5bcdd439f59c269db3d v4.13.2 628a08e6aaeff2c3f9e0e268e854f870e6778e53 v4.13.3 941d675f10cfa7d774815bfacfb37085751b7a0d v4.14.0 +75e11d32c0be0a457198f07888e7ef650cfa6888 v4.14.1 diff --git a/vcsserver/hooks.py b/vcsserver/hooks.py --- a/vcsserver/hooks.py +++ b/vcsserver/hooks.py @@ -654,6 +654,7 @@ def svn_pre_commit(repo_path, commit_dat if not extras: return 0 + extras['hook_type'] = 'pre_commit' extras['commit_ids'] = [] extras['txn_id'] = txn_id extras['new_refs'] = { @@ -682,6 +683,7 @@ def svn_post_commit(repo_path, commit_da if not extras: return 0 + extras['hook_type'] = 'post_commit' extras['commit_ids'] = [commit_id] extras['txn_id'] = txn_id extras['new_refs'] = {