hgbook

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