Mercurial > hgsubversion
view tools/verify-all-heads.sh @ 1360:129f4ad088c2 stable
wrappers: accept-and-forward kwargs including opargs
We didn't really need opargs, so let's remove the conditional and just forward
it.
author | Sean Farley <sean@farley.io> |
---|---|
date | Thu, 15 Oct 2015 14:29:52 -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