view hgscm/templates/tricks_advanced/02 @ 145:fa0ed1574400

Moved the current tricks to tricks_advanced and added a basic trick
author Arne Babenhauserheide <bab@draketo.de>
date Tue, 12 May 2009 07:19:20 +0200
parents hgscm/templates/tricks/02@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>