Using hg bisect to hunt down bugs
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]
Submit a review:
Login required.