Using hg bisect to hunt down bugs - DevCommunity.info


Using hg bisect to hunt down bugs

Posted by Patrick Steele on January 25, 2012

The bisect command in Mercurial (git has it too) is a great way to quickly find which version of your code introduced a bug.  This post will show you how to use the bisect command along with handling a small gotcha I encountered while using it.

I recently had to hunt down a bug in a very old

... [read more]

Rating

not rated

Reviews

There are currently no comments or reviews.

Submit a review:

Login required.