Mercurial > hgsubversion
view tools/verify-all-heads.sh @ 1350:554eaa682561
Fix for externals that include '..' in the path, i.e. relative paths within svn
author | Steve Barnes <StevenJohn.Barnes@ge.com> |
---|---|
date | Tue, 16 Dec 2014 14:43:41 +0000 |
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