sapling/contrib/hgsubversion/tools/bisect-find-bad.sh
Mateusz Kwapich ccdc9763be hgsuversion: move docs and tools
Summary: Moves various tools from hgsubversion/ to contrib/hgsubversion

Test Plan: N/A

Reviewers: quark, #mercurial

Reviewed By: quark

Differential Revision: https://phabricator.intern.facebook.com/D6698604

Signature: 6698604:1515628552:cfae17dcfdbc96d978a6af5c19dfa1032e8aa48c
2018-01-10 16:20:15 -08:00

5 lines
60 B
Bash
Executable File

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