view tools/bisect-find-bad.sh @ 884:1b261e0f85aa

Abstract away the details of where svn revs are stored in a commit
author Bryan O'Sullivan <bryano@fb.com>
date Mon, 30 Apr 2012 16:08:02 -0700
parents 11c4c7242a36
children
line wrap: on
line source

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