.git_helpers/hooks/post-rewrite

Fri, 27 May 2016 20:09:03 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 27 May 2016 20:09:03 -0400
changeset 326
953e3a78a89a
parent 180
96dbe6a6008d
permissions
-rwxr-xr-x

config tweaking

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

mercurial