docs/from-mq.rst
changeset 4660 b62ed7c69561
parent 4618 803d32f4e498
equal deleted inserted replaced
4659:4d2f8c99f23a 4660:b62ed7c69561
   113 
   113 
   114 hg qpush
   114 hg qpush
   115 ````````
   115 ````````
   116 
   116 
   117 When you rewrite changesets, descendants of rewritten changesets are marked as
   117 When you rewrite changesets, descendants of rewritten changesets are marked as
   118 "unstable". You need to rewrite them on top of the new version of their
   118 "orphan". You need to rewrite them on top of the new version of their
   119 ancestor.
   119 ancestor.
   120 
   120 
   121 The evolution extension adds a command to rewrite "unstable"
   121 The evolution extension adds a command to rewrite "orphan"
   122 changesets:::
   122 changesets:::
   123 
   123 
   124   $ hg evolve
   124   $ hg evolve
   125 
   125 
   126 You can also decide to do it manually using::
   126 You can also decide to do it manually using::