Mercurial > hgsubversion
view tools/verify-all-heads.sh @ 1375:abc87a62ff51
maps: remove python2.7ism from dynamic author mapping
author | Mateusz Kwapich <mitrandir@fb.com> |
---|---|
date | Mon, 08 Feb 2016 17:17:19 -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