hgbook

view en/examples/results/tour.log-vp.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-vp -->
2 <screen><prompt>$</prompt> <userinput>hg log -v -p -r 2</userinput>
3 changeset:
4 user: Bryan O'Sullivan &lt;bos@serpentine.com&gt;
6 files: hello.c
7 description:
8 Introduce a typo into hello.c.
11 diff -r -r hello.c
14 @@ -11,6 +11,6 @@
16 int main(int argc, char **argv)
17 {
18 - printf("hello, world!\n");
19 + printf("hello, world!\");
20 return 0;
21 }
23 </screen>
24 <!-- END tour.log-vp -->