view tools/bisect-find-bad.sh @ 774:144a2f6eb1af

svn verify: fix specifying URL on the command line
author Dan Villiom Podlaski Christiansen <danchr@gmail.com>
date Tue, 30 Nov 2010 02:55:05 +0100
parents 11c4c7242a36
children
line wrap: on
line source

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