.git_helpers/hooks/post-rewrite

Mon, 03 Feb 2020 08:46:42 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 03 Feb 2020 08:46:42 -0600
changeset 848
c39d655f455c
parent 180
96dbe6a6008d
permissions
-rwxr-xr-x

drop FancyPrompt

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

mercurial