git bisect run
conveniently bisects a given range of revisions with a script run on each revision whose exit status is used to determine whether it is good, bad or broken.
hg bisect
does not seem to offer this automatic ability. I need to manually mark each revision as either good or bad. Is there an extension or script that provides a functionality comparable to git bisect run
for mercurial?