view tools/verify-all-heads.sh @ 1473:623af04c6e06

tests: new test about revmap two-way migrations The test makes sure the bi-directional migration happens transparently, and without data loss.
author Jun Wu <quark@fb.com>
date Wed, 15 Jun 2016 18:25:39 +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