view tools/bisect-find-bad.sh @ 753:b218d2bb8c45

rename our uisetup initialization method into extsetup We're not doing any ui-specific setup, so we can use the old form and remain compatible with Mercurial 1.3.
author Dan Villiom Podlaski Christiansen <danchr@gmail.com>
date Thu, 18 Nov 2010 09:06:06 +0100
parents 11c4c7242a36
children
line wrap: on
line source

#!/bin/bash
. $(dirname $0)/common.sh
hg svn verify
exit $?