Mercurial > hgsubversion
view tools/verify-all-heads.sh @ 1241:eecfbd1fac0a
stupid: in fetch_branchrev, use compat hack for filectxfn for deleted files
author | Siddharth Agarwal <sid0@fb.com> |
---|---|
date | Tue, 16 Sep 2014 16:16:26 -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