view tools/verify-all-heads.sh @ 854:50a09999dce3

tests: push_command: use svnserve.kill() in Python >=2.6
author Arne Babenhauserheide <arne.babenhauserheide@fzk.de>
date Thu, 12 Apr 2012 15:39:17 +0200
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