hgbook

annotate en/examples/results/branching.merge.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 branching.merge -->
bos@564 2 <screen><prompt>$</prompt> <userinput>cd ../main</userinput>
bos@564 3 <prompt>$</prompt> <userinput>hg pull ../stable</userinput>
bos@179 4 pulling from ../stable
bos@179 5 searching for changes
bos@179 6 adding changesets
bos@179 7 adding manifests
bos@179 8 adding file changes
bos@179 9 added 1 changesets with 1 changes to 1 files (+1 heads)
bos@179 10 (run 'hg heads' to see heads, 'hg merge' to merge)
bos@564 11 <prompt>$</prompt> <userinput>hg merge</userinput>
bos@179 12 merging myfile
bos@179 13 0 files updated, 1 files merged, 0 files removed, 0 files unresolved
bos@179 14 (branch merge, don't forget to commit)
bos@564 15 <prompt>$</prompt> <userinput>hg commit -m 'Bring in bugfix from stable branch'</userinput>
bos@564 16 <prompt>$</prompt> <userinput>cat myfile</userinput>
bos@179 17 This is a fix to a boring feature.
bos@179 18 This is exciting and new!
bos@564 19 </screen>
bos@611 20 <!-- END branching.merge -->