hgbook

annotate en/examples/results/tour.log-r.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.log-r -->
bos@564 2 <screen><prompt>$</prompt> <userinput>hg log -r 3</userinput>
bos@144 3 changeset:
bos@564 4 user: Bryan O'Sullivan &lt;bos@serpentine.com&gt;
bos@144 5
bos@144 6 summary: Get make to generate the final binary from a .o file.
bos@144 7
bos@564 8 <prompt>$</prompt> <userinput>hg log -r </userinput>
bos@144 9 changeset:
bos@564 10 user: Bryan O'Sullivan &lt;bos@serpentine.com&gt;
bos@144 11
bos@144 12 summary: Get make to generate the final binary from a .o file.
bos@144 13
bos@564 14 <prompt>$</prompt> <userinput>hg log -r 1 -r 4</userinput>
bos@144 15 changeset:
bos@144 16 user: mpm@selenic.com
bos@144 17
bos@144 18 summary: Create a makefile
bos@144 19
bos@144 20 changeset:
bos@144 21 tag: tip
bos@564 22 user: Bryan O'Sullivan &lt;bos@serpentine.com&gt;
bos@144 23
bos@144 24 summary: Trim comments.
bos@144 25
bos@564 26 </screen>
bos@611 27 <!-- END tour.log-r -->