Mercurial > evolve
comparison docs/evolve-faq.rst @ 784:34cbd0cad34f stable
doc: DIE MQ DIE
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Wed, 22 Jan 2014 14:19:40 -0800 |
parents | 27a9567b14e2 |
children | 85b0d93618b1 |
comparison
equal
deleted
inserted
replaced
783:27a9567b14e2 | 784:34cbd0cad34f |
---|---|
161 upstream has applied some of your patches for example. | 161 upstream has applied some of your patches for example. |
162 | 162 |
163 you can use ``hg prune <old-changeset> --succ <new-changeset>`` to add obsolete | 163 you can use ``hg prune <old-changeset> --succ <new-changeset>`` to add obsolete |
164 marker. | 164 marker. |
165 | 165 |
166 Export to mq: ``synchronize`` | |
167 ------------------------------------------------------------ | |
168 | |
169 Another extension allows to export your changes to mq. | |
170 | |
171 View diff from the last amend | 166 View diff from the last amend |
172 ------------------------------------------------------------ | 167 ------------------------------------------------------------ |
173 | 168 |
174 An ``odiff`` alias have been added by ``enable.sh`` | 169 An ``odiff`` alias have been added by ``enable.sh`` |
175 | 170 |