view hgscm/templates/tricks_advanced/02 @ 149:2d6b15433c60

FIX: Accidently added the advanced tricks to the workflow guide instead of to the about page.
author Arne Babenhauserheide <bab@draketo.de>
date Tue, 12 May 2009 08:00:08 +0200
parents fa0ed1574400
children
line wrap: on
line source

<strong>Fold commits</strong>
<pre>
$ hg qimport -r tip -n 'tofold.patch'
$ hg qpop
$ hg qimport -r tip
$ hg qfold 'tofold.patch'
$ hg qfinish -a
</pre>