view tools/bisect-find-bad.sh @ 691:a45365f1492a

push: fix case where we get >1 revs back after svn commit This hinges on looking not only at children(), but at descendants() to find things.
author Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
date Wed, 08 Sep 2010 10:43:02 +0200
parents 11c4c7242a36
children
line wrap: on
line source

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