.git_helpers/hooks/post-rewrite

Tue, 12 Nov 2019 16:23:27 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Tue, 12 Nov 2019 16:23:27 -0600
changeset 819
58f9d9741852
parent 180
96dbe6a6008d
permissions
-rwxr-xr-x

actually run cpm to make sure it's not a stub

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

mercurial