Mercurial > hgsubversion
view tools/verify-all-heads.sh @ 1469:7bb2c6ca4d24
maps: implement migration from SqliteRevMap to RevMap
It'd be good to let user migrate up and down freely.
author | Jun Wu <quark@fb.com> |
---|---|
date | Wed, 15 Jun 2016 18:25:26 +0100 |
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