evolve: further clarify that update is performed only when requested stable
authorkevpeng@google.com
Thu, 04 Jul 2019 17:32:58 +0200
branchstable
changeset 4708 dcdd2b3ce52c
parent 4702 fcecbb1261f2
child 4726 24e83f51ffc2
evolve: further clarify that update is performed only when requested Text further modified by Pierre-Yves David and Anton Shestakov.
hgext3rd/evolve/evolvecmd.py
--- a/hgext3rd/evolve/evolvecmd.py	Mon Jul 01 19:15:57 2019 +0530
+++ b/hgext3rd/evolve/evolvecmd.py	Thu Jul 04 17:32:58 2019 +0200
@@ -1534,9 +1534,8 @@
     If so, evolve rebases that changeset. If not, evolve refuses to guess your
     intention, and gives a hint about what you might want to do next.
 
-    Any time evolve creates a changeset, it updates the working copy to the new
-    changeset. Using ``--update`` will make evolve perform an update after any
-    successful evolve operation.
+    When ``--update`` is used, successful evolve operations update the
+    working directory to the newly created changesets.
 
     Automatic mode only handles common use cases. For example, it avoids taking
     action in the case of ambiguity, and it ignores orphan changesets that are