Mercurial > hgsubversion
view tools/verify-all-heads.sh @ 505:e508a718779c
fallback to the previous scheme for file repositories.
This improves compatibility with hg-git.
author | Dan Villiom Podlaski Christiansen <danchr@gmail.com> |
---|---|
date | Sun, 13 Dec 2009 17:15:01 +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