[Python-checkins] devguide: #19311: mention hg update in the bisect faq.

ezio.melotti python-checkins at python.org
Mon Oct 21 00:38:44 CEST 2013


http://hg.python.org/devguide/rev/24c2cfee3b06
changeset:   646:24c2cfee3b06
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Mon Oct 21 01:38:32 2013 +0300
summary:
  #19311: mention hg update in the bisect faq.

files:
  faq.rst |  6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/faq.rst b/faq.rst
--- a/faq.rst
+++ b/faq.rst
@@ -687,9 +687,9 @@
 
    hg bisect --bad
 
-Then you must find a changeset that doesn't have the bug.  You can conveniently
-choose a faraway changeset (for example a former release), and check that it
-is indeed "good".  Then type::
+Then you must ``update`` to a previous changeset that doesn't have the bug.
+You can conveniently choose a faraway changeset (for example a former release),
+and check that it is indeed "good".  Then type::
 
    hg bisect --good
 

-- 
Repository URL: http://hg.python.org/devguide


More information about the Python-checkins mailing list