changeset 5729:73646515c435

bisect: slightly improve the help message
author Matt Mackall <mpm@selenic.com>
date Thu, 27 Dec 2007 23:55:39 -0600
parents f3374025fe09
children 1542c4ce729b
files hgext/hbisect.py
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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