hgbook

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