view tools/bisect-find-bad.sh @ 624:cc25b4c654dc

maps: don't set the `seen' attribute in TagMap.__init__(). This seems like something left over from copying RevMap.__init__(); the attribute does not make sense for TagMap, nor is it ever expected to have it.
author Dan Villiom Podlaski Christiansen <danchr@gmail.com>
date Wed, 23 Jun 2010 11:37:03 +0200
parents 11c4c7242a36
children
line wrap: on
line source

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