comparison 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
comparison
equal deleted inserted replaced
144:4a8b12498bdf 145:fa0ed1574400
1 <strong>Fold commits</strong>
2 <pre>
3 $ hg qimport -r tip -n 'tofold.patch'
4 $ hg qpop
5 $ hg qimport -r tip
6 $ hg qfold 'tofold.patch'
7 $ hg qfinish -a
8 </pre>