.git_helpers/hooks/post-rewrite

Thu, 22 Mar 2018 15:24:14 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 22 Mar 2018 15:24:14 -0400
changeset 705
7520062c1461
parent 180
96dbe6a6008d
permissions
-rwxr-xr-x

okay -actually- get it to focus the new window

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

mercurial