view tools/bisect-find-bad.sh @ 1583:f778fdd82c83

svnrepo: preserve and forward createopts kwarg This patch adds some if-elses to make sure we don't pass intent or createopts to a httppeer.instance() which does not know about that i.e. we don't pass them when hg is old.
author Pulkit Goyal <pulkit@yandex-team.ru>
date Wed, 24 Oct 2018 15:18:55 +0300
parents 11c4c7242a36
children
line wrap: on
line source

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