bisect: expand help text to explain REV argument and --noupdate
authorDirkjan Ochtman <dirkjan@ochtman.nl>
Thu, 21 Aug 2008 19:02:46 +0200
changeset 6928 1a4c66d741a2
parent 6920 7e5e13bee8f4
child 6929 1b15d6e7cc3c
bisect: expand help text to explain REV argument and --noupdate
mercurial/commands.py
--- a/mercurial/commands.py	Wed Aug 20 17:58:12 2008 +0200
+++ b/mercurial/commands.py	Thu Aug 21 19:02:46 2008 +0200
@@ -266,10 +266,13 @@
     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 as bad or good and bisect will either update to
-    another candidate changeset or announce that it has found the bad
-    revision.
+    revision for testing (unless the --noupdate option is specified).
+    Once you have performed tests, mark the working directory as bad
+    or good and bisect will either update to another candidate changeset
+    or announce that it has found the bad revision.
+    
+    As a shortcut, you can also use the revision argument to mark a
+    revision as good or bad without checking it out first.
     """
     # backward compatibility
     if rev in "good bad reset init".split():