Mercurial > hgsubversion
view tools/verify-all-heads.sh @ 1034:3e716bb9f6df
use old argument style to support python 2.4
author | Shun-ichi GOTO <gotoh@taiyo.co.jp> |
---|---|
date | Fri, 12 Jul 2013 09:51:25 +0900 |
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