.git_helpers/hooks/post-rewrite

Thu, 08 Aug 2019 01:50:05 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 08 Aug 2019 01:50:05 -0500
changeset 780
21fa6f49ea55
parent 180
96dbe6a6008d
permissions
-rwxr-xr-x

try fixing sql again

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

mercurial