Mercurial > hgsubversion
view tools/verify-all-heads.sh @ 884:1b261e0f85aa
Abstract away the details of where svn revs are stored in a commit
author | Bryan O'Sullivan <bryano@fb.com> |
---|---|
date | Mon, 30 Apr 2012 16:08:02 -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