comparison docs/evolve-faq.rst @ 517:0bc0c9edcb15 stable

evolve: usual syntax/grammar errors/long lines cleanup
author Patrick Mezard <patrick@mezard.eu>
date Sat, 25 Aug 2012 09:45:03 +0200
parents 4387e62bd4f4
children 9825c7da5b54
comparison
equal deleted inserted replaced
516:18854dbc92e7 517:0bc0c9edcb15
89 feeling back. 89 feeling back.
90 90
91 Collapse changesets: ``fold`` 91 Collapse changesets: ``fold``
92 ------------------------------------------------------------ 92 ------------------------------------------------------------
93 93
94 you can use ``hg fold`` to collapse multiple changeset in a single one. 94 you can use ``hg fold`` to collapse multiple changesets in a single one.
95 95
96 Getting changes out of a commit 96 Getting changes out of a commit
97 ------------------------------------------------------------ 97 ------------------------------------------------------------
98 98
99 The ``hg uncommit`` command lets you rewrite the parent commit without 99 The ``hg uncommit`` command lets you rewrite the parent commit without
189 odiff = diff --rev 'limit(precursors(.),1)' --rev . 189 odiff = diff --rev 'limit(precursors(.),1)' --rev .
190 190
191 View obsolete markers 191 View obsolete markers
192 ------------------------------------------------------------ 192 ------------------------------------------------------------
193 193
194 hgview_ is the only viewer that currently support this feature. You need version 1.6.2 194 hgview_ is the only viewer that currently supports this feature. You
195 need version 1.6.2
195 196
196 .. _hgview: http://www.logilab.org/project/hgview/ 197 .. _hgview: http://www.logilab.org/project/hgview/
197 198
198 .. image:: figures/hgview-example.png 199 .. image:: figures/hgview-example.png
199 :scale: 50% 200 :scale: 50%