Mercurial > hgsubversion
view tools/verify-all-heads.sh @ 768:13a2137d3c15
test_fetch_mappings: actually test stupid mode in test_author_map_no_author()
author | Dan Villiom Podlaski Christiansen <danchr@gmail.com> |
---|---|
date | Sun, 28 Nov 2010 03:46:51 +0100 |
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