Mercurial > hg-website
view hgscm/templates/tricks_advanced/02 @ 160:bb60a4d6a1e3
learning in workflows: Added rollback to the feature clone workflow.
author | Arne Babenhauserheide <bab@draketo.de> |
---|---|
date | Tue, 12 May 2009 14:39:10 +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>