.git_helpers/hooks/post-rewrite

Thu, 03 Oct 2019 01:22:06 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 03 Oct 2019 01:22:06 -0500
changeset 795
b6105413b6b7
parent 180
96dbe6a6008d
permissions
-rwxr-xr-x

PlugUpgrade

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

mercurial