view hgscm/templates/tricks/02 @ 102:fa153f85e455

workflows: Changed the title to 'Learning Mercurial in Workflows'.
author Arne Babenhauserheide <bab@draketo.de>
date Wed, 22 Apr 2009 12:55:42 +0200
parents fb737a306703
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>