view tools/bisect-find-bad.sh @ 346:4b992ebdecc6

improve reliability of Subversion checks. Use the presence of the UUID file for recognising a Subversion-enabled repository locally, and the 'subversion' capability in for recognising them wrappers.outgoing() remotely.0
author Dan Villiom Podlaski Christiansen <danchr@gmail.com>
date Wed, 20 May 2009 21:49:01 +0200
parents b1d2ea765516
children 11c4c7242a36
line wrap: on
line source

#!/bin/bash
. $(dirname $0)/common.sh
verify_current_revision $1
exit $?