Mercurial > hgsubversion
view tools/verify-all-heads.sh @ 1559:d717b4de5f1e
svnwrap: configure fsfs.conf when using swig bindings
By disabling a few features of fsfs, I'm able to speed tests up from
275 seconds to 250 seconds. Still too slow, but I won't complain about
a nearly 10% improvement either.
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Sat, 24 Mar 2018 17:16:08 -0400 |
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