view tools/bisect-find-bad.sh @ 599:408869906fbf

Move the 'svn' metacommand into the 'svncommands' module.
author Dan Villiom Podlaski Christiansen <danchr@gmail.com>
date Wed, 31 Mar 2010 17:34:30 +0200
parents 11c4c7242a36
children
line wrap: on
line source

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