Mercurial > hgsubversion
view tools/verify-all-heads.sh @ 300:4aba7542f6a9
Various cleanups, cosmetics and removal of superfluous assertions.
author | Dan Villiom Podlaski Christiansen <danchr@gmail.com> |
---|---|
date | Fri, 27 Mar 2009 03:16:21 +0100 |
parents | b81e7f2f7818 |
children | b1d2ea765516 |
line wrap: on
line source
#!/bin/sh for b in `hg branches | cut -f 1 -d ' '` ; do hg co $b || break echo Verifying $b $(dirname $0)/bisect-find-bad.sh > /dev/null || break echo $b Verified. done