Mercurial > hgsubversion
view tools/verify-all-heads.sh @ 1576:7da8a38ff969
hgsubversion: add 4.6 to testedwith value
Recent patches has made hgsubversion portable with mercurial 4.6, so let's add
that to testedwith value.
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Tue, 24 Jul 2018 00:55:48 +0530 |
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