Mercurial > hgsubversion
view tools/verify-all-heads.sh @ 1519:aec176db232c
svnrepo: update with the latest upstream change
The Mercurial upstream had a massive change on wireproto interface recently.
Update code to be compatible with both versions.
author | Jun Wu <quark@fb.com> |
---|---|
date | Mon, 21 Aug 2017 15:19:12 -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