hgbook

annotate en/examples/results/tour.pull.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 tour.pull -->
bos@564 2 <screen><prompt>$</prompt> <userinput>hg tip</userinput>
bos@144 3 changeset:
bos@144 4 tag: tip
bos@564 5 user: Bryan O'Sullivan &lt;bos@serpentine.com&gt;
bos@144 6
bos@144 7 summary: Trim comments.
bos@144 8
bos@564 9 <prompt>$</prompt> <userinput>hg pull ../my-hello</userinput>
bos@144 10 pulling from ../my-hello
bos@144 11 searching for changes
bos@144 12 adding changesets
bos@144 13 adding manifests
bos@144 14 adding file changes
bos@144 15 added 1 changesets with 1 changes to 1 files
bos@144 16 (run 'hg update' to get a working copy)
bos@564 17 <prompt>$</prompt> <userinput>hg tip</userinput>
bos@144 18 changeset:
bos@144 19 tag: tip
bos@564 20 user: Bryan O'Sullivan &lt;bos@serpentine.com&gt;
bos@144 21
bos@144 22 summary: Added an extra line of output
bos@144 23
bos@564 24 </screen>
bos@611 25 <!-- END tour.pull -->