equal
deleted
inserted
replaced
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:: |