.git_helpers/hooks/post-rewrite@349ea9f736b9
.git_helpers/hooks/post-rewrite
Mon, 07 Mar 2022 23:11:41 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Mon, 07 Mar 2022 23:11:41 -0600
- changeset 985
- 349ea9f736b9
- parent 180
-
96dbe6a6008d
- permissions
- -rwxr-xr-x
try to use the same python as hg automatically
#!/bin/sh
case "$1" in
rebase) exec .git/hooks/post-merge ;;
esac