view tools/verify-all-heads.sh @ 522:60bf433647e7

test_util: fix Windows test URLs
author Patrick Mezard <pmezard@gmail.com>
date Wed, 20 Jan 2010 20:50:59 +0100
parents 11c4c7242a36
children
line wrap: on
line source

#!/bin/sh
. $(dirname $0)/common.sh

for b in `hg branches -aq` ; do
    hg co $b || break
    echo verifying $b
    hg svn verify
done