view hgscm/templates/tricks_advanced/02 @ 163:9d7df1cd39d3

fix typo
author Arne Babenhauserheide <bab@draketo.de>
date Thu, 14 May 2009 00:22:20 +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>