Mercurial > hgsubversion
view tools/verify-all-heads.sh @ 1252:a321afbc3479
maps.RevMap: while loading, read lastpulled and firstpulled once
Loading a million-entry revmap goes from 6.28 seconds to 3.82.
author | Siddharth Agarwal <sid0@fb.com> |
---|---|
date | Sun, 02 Nov 2014 01:23:47 -0800 |
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