Mercurial > hgsubversion
view tools/verify-all-heads.sh @ 1509:8c7dae2e0f54
svnwrap: don't add paths to revision outside of subdir
It prevents from closing the default branch on some occasional removal of
directory from outside of subdir in a single layout.
author | Ivan Lezhankin <ilezhankin@yandex-team.ru> |
---|---|
date | Tue, 23 May 2017 15:09:02 +0300 |
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