.git_helpers/hooks/post-rewrite

Wed, 03 Apr 2019 09:39:15 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 03 Apr 2019 09:39:15 -0500
changeset 753
fadb5356ae65
parent 180
96dbe6a6008d
permissions
-rwxr-xr-x

Need to reopen the pipes actually

#!/bin/sh
case "$1" in
  rebase) exec .git/hooks/post-merge ;;
esac

mercurial