Mercurial > hgsubversion
view tools/verify-all-heads.sh @ 1492:e0eda6f2c2f2
fix tests
`outgoing.__init__` in Mercurial >3.9.1 accepts repo object instead of a
changelog
author | Stanislau Hlebik <stash@fb.com> |
---|---|
date | Mon, 10 Oct 2016 08:09:17 -0700 |
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