diff options
Diffstat (limited to 'hooks.py')
-rw-r--r-- | hooks.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ from git_refs import HEAD | |||
25 | # The API we've documented to hook authors. Keep in sync with repo-hooks.md. | 25 | # The API we've documented to hook authors. Keep in sync with repo-hooks.md. |
26 | _API_ARGS = { | 26 | _API_ARGS = { |
27 | "pre-upload": {"project_list", "worktree_list"}, | 27 | "pre-upload": {"project_list", "worktree_list"}, |
28 | "post-sync": {"repo_topdir"}, | ||
28 | } | 29 | } |
29 | 30 | ||
30 | 31 | ||