Mercurial > hgsubversion
view tools/verify-all-heads.sh @ 1141:a4b54b19cd2e
util: add default parameter to load
This will help facilitate moving load_string to just use load.
author | Sean Farley <sean.michael.farley@gmail.com> |
---|---|
date | Sat, 15 Feb 2014 10:42:54 -0600 |
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