view tools/bisect-find-bad.sh @ 918:761a87134501

rebuildmeta: accept unrelated svn repo with --unsafe-skip-uuid-check This is useful when switching from an svnsync mirror to the real thing.
author Patrick Mezard <patrick@mezard.eu>
date Tue, 26 Jun 2012 09:23:37 +0200
parents 11c4c7242a36
children
line wrap: on
line source

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