#!/bin/sh
# $Id: pre-commit 7300 2009-12-02 20:22:31Z rick $
BASEDIR=`dirname $0`

REPOS="$1"
TXN="$2"

$BASEDIR/genesis-check.sh $REPOS $TXN || exit 1

# All checks passed, so allow the commit.
exit 0
