hgext3rd/evolve/evolvecmd.py
changeset 4774 12a88b988875
parent 4751 d0965c5c5335
parent 4762 75bc0a51809a
child 4797 8c780c3eb116
child 4825 9af212b8565a
equal deleted inserted replaced
4762:75bc0a51809a 4774:12a88b988875
  1535     determines if there is an orphan changeset that can be rebased onto the
  1535     determines if there is an orphan changeset that can be rebased onto the
  1536     working copy parent in order to reduce instability.
  1536     working copy parent in order to reduce instability.
  1537     If so, evolve rebases that changeset. If not, evolve refuses to guess your
  1537     If so, evolve rebases that changeset. If not, evolve refuses to guess your
  1538     intention, and gives a hint about what you might want to do next.
  1538     intention, and gives a hint about what you might want to do next.
  1539 
  1539 
  1540     When ``--update`` is used, successful evolve operations update the
  1540     When ``--update`` is used, successful evolve operations update the working
  1541     working directory to the newly created changesets.
  1541     directory to the newly created changesets. Moreover, an update will always
       
  1542     be performed if the current working directory parent is obsolete.
  1542 
  1543 
  1543     Automatic mode only handles common use cases. For example, it avoids taking
  1544     Automatic mode only handles common use cases. For example, it avoids taking
  1544     action in the case of ambiguity, and it ignores orphan changesets that are
  1545     action in the case of ambiguity, and it ignores orphan changesets that are
  1545     not related to your working copy.
  1546     not related to your working copy.
  1546     It also refuses to solve phase-divergent or content-divergent changesets
  1547     It also refuses to solve phase-divergent or content-divergent changesets