Mercurial > hg-website
view hgscm/templates/tricks_advanced/02 @ 211:3b3662889a1f
about_the_site: Added links to the sites of dsop and bab.
author | Arne Babenhauserheide <bab@draketo.de> |
---|---|
date | Fri, 03 Jul 2009 21:39:25 +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>