# HG changeset patch # User Matt Mackall # Date 1198821339 21600 # Node ID 73646515c43579d72124cb253ea4e977fb66c75d # Parent f3374025fe0972a4209a7a67939580071a36ce17 bisect: slightly improve the help message diff -r f3374025fe09 -r 73646515c435 hgext/hbisect.py --- a/hgext/hbisect.py Thu Dec 27 23:55:39 2007 -0600 +++ b/hgext/hbisect.py Thu Dec 27 23:55:39 2007 -0600 @@ -168,10 +168,10 @@ self.autonext() def bisect_run(ui, repo, cmd=None, *args): - """Dichotomic search in the DAG of changesets + """Subdivision search of changesets -This extension helps to find changesets which cause problems. -To use, mark the earliest changeset you know introduces the problem +This extension helps to find changesets which introduce problems. +To use, mark the earliest changeset you know exhibits the problem as bad, then mark the latest changeset which is free from the problem as good. Bisect will update your working directory to a revision for testing. Once you have performed tests, mark the working directory