view tools/bisect-find-bad.sh @ 1416:020917cde9f5

util: get rid of RevMap.readmapfile This is a part of the bigger plan to get rid of reading or writing rev_map directly without going through the RevMap class. Since we have enough pieces to not use RevMap.readmapfile directly, use them in revset_fromsvn and revset_svnrev.
author Jun Wu <quark@fb.com>
date Sat, 14 May 2016 19:55:03 +0100
parents 11c4c7242a36
children
line wrap: on
line source

#!/bin/bash
. $(dirname $0)/common.sh
hg svn verify
exit $?