Show More
@@ -45,3 +45,4 b' c3ded3ff17e9bb2a47002a808984a7a946f58a1c' | |||
|
45 | 45 | 7ff81aa47b1b40cdef9dd5bcdd439f59c269db3d v4.13.2 |
|
46 | 46 | 628a08e6aaeff2c3f9e0e268e854f870e6778e53 v4.13.3 |
|
47 | 47 | 941d675f10cfa7d774815bfacfb37085751b7a0d v4.14.0 |
|
48 | 75e11d32c0be0a457198f07888e7ef650cfa6888 v4.14.1 |
@@ -654,6 +654,7 b' def svn_pre_commit(repo_path, commit_dat' | |||
|
654 | 654 | if not extras: |
|
655 | 655 | return 0 |
|
656 | 656 | |
|
657 | extras['hook_type'] = 'pre_commit' | |
|
657 | 658 | extras['commit_ids'] = [] |
|
658 | 659 | extras['txn_id'] = txn_id |
|
659 | 660 | extras['new_refs'] = { |
@@ -682,6 +683,7 b' def svn_post_commit(repo_path, commit_da' | |||
|
682 | 683 | if not extras: |
|
683 | 684 | return 0 |
|
684 | 685 | |
|
686 | extras['hook_type'] = 'post_commit' | |
|
685 | 687 | extras['commit_ids'] = [commit_id] |
|
686 | 688 | extras['txn_id'] = txn_id |
|
687 | 689 | extras['new_refs'] = { |
General Comments 0
You need to be logged in to leave comments.
Login now