.git_helpers/hooks/post-rewrite@349ea9f736b9 (annotated)
.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
180
|
1
|
#!/bin/sh
|
|
2
|
case "$1" in
|
|
3
|
rebase) exec .git/hooks/post-merge ;;
|
|
4
|
esac
|