hgbook

annotate en/examples/results/backout.non-tip.backout.out @ 611:4432ad34b8e5

Check in example outputs with begin/end markers.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue Mar 31 12:19:01 2009 -0700 (2009-03-31)
parents 0d5935744f87
children
rev   line source
bos@611 1 <!-- BEGIN backout.non-tip.backout -->
bos@564 2 <screen><prompt>$</prompt> <userinput>echo third change &gt;&gt; myfile</userinput>
bos@564 3 <prompt>$</prompt> <userinput>hg commit -m 'third change'</userinput>
bos@564 4 <prompt>$</prompt> <userinput>hg backout --merge -m 'back out second change' 1</userinput>
bos@144 5 reverting myfile
hg@296 6 created new head
bos@144 7 changeset backs out changeset
bos@144 8 merging with changeset
bos@144 9 merging myfile
bos@144 10 0 files updated, 1 files merged, 0 files removed, 0 files unresolved
bos@144 11 (branch merge, don't forget to commit)
bos@564 12 </screen>
bos@611 13 <!-- END backout.non-tip.backout -->