Mercurial > hgbook
view en/examples/results/backout.manual.merge.out @ 750:c15e039d98b8
appB-mq-ref.xml: Typo fix
author | Dongsheng Song <dongsheng.song@gmail.com> |
---|---|
date | Fri, 20 Mar 2009 16:50:51 +0800 |
parents | 0d5935744f87 |
children | 4432ad34b8e5 |
line wrap: on
line source
<screen><prompt>$</prompt> <userinput>hg merge</userinput> merging myfile 0 files updated, 1 files merged, 0 files removed, 0 files unresolved (branch merge, don't forget to commit) <prompt>$</prompt> <userinput>hg commit -m 'merged backout with previous tip'</userinput> <prompt>$</prompt> <userinput>cat myfile</userinput> first change third change </screen>