view tools/bisect-find-bad.sh @ 315:963d27a0b1c2

svnexternals: do not use peg revisions as --rev replacements Peg revisions are now parsed separately. If a revision is supplied but not a peg revision, we used the former as peg revision, as subversion seems to do.
author Patrick Mezard <pmezard@gmail.com>
date Sun, 03 May 2009 21:42:44 -0500
parents b1d2ea765516
children 11c4c7242a36
line wrap: on
line source

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