view tools/bisect-find-bad.sh @ 1505:6f2c7b5940f6

commands: update to work with new registrar.commands() Core hg has deprecated cmdutil.commands in favor of registrar.commands. This patch adds support for that pattern, as well as the old pattern.
author Durham Goode <durham@fb.com>
date Mon, 22 May 2017 14:30:37 -0700
parents 11c4c7242a36
children
line wrap: on
line source

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