view tools/bisect-find-bad.sh @ 849:4e43e30e3e7d

Support non-standard tunnels Ideally we'd just specify some form of wildcard svn+* pattern, but that isn't possible without patching mercurial itself as well, so we'll just specify tunnels individually
author Will Wykeham <will@wykeham.net>
date Sat, 13 Aug 2011 00:41:08 +0100
parents 11c4c7242a36
children
line wrap: on
line source

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