Mercurial > hgsubversion
view tools/verify-all-heads.sh @ 1031:4e4c47351102
stupid: use layouts library for detecting branch mapping
author | David Schleimer <dschleimer@fb.com> |
---|---|
date | Tue, 25 Jun 2013 19:22:12 -0700 |
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