Mercurial > hgsubversion
view tools/verify-all-heads.sh @ 1403:2f98d1e85c23 stable
templatekw: move to __init__ to prepare for newer mercurial
author | Sean Farley <sean@farley.io> |
---|---|
date | Thu, 05 May 2016 23:10:49 -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