Mercurial > hgsubversion
view tools/verify-all-heads.sh @ 1125:bab98093051b stable
fix promptchoice call, since it changed in mercurial 2.7 (change c58b6ab4c26f)
author | Michael Augustin <maugustin@gmx.net> |
---|---|
date | Tue, 04 Feb 2014 22:38:54 +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