.git_helpers/hooks/post-rewrite

Fri, 07 Dec 2018 02:04:21 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 07 Dec 2018 02:04:21 -0600
changeset 722
3a8965648f93
parent 180
96dbe6a6008d
permissions
-rwxr-xr-x

rls is stable now

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

mercurial