hgbook

annotate en/examples/results/tour.tip.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.tip -->
bos@564 2 <screen><prompt>$</prompt> <userinput>hg tip -vp</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 files: hello.c
bos@144 8 description:
bos@144 9 Added an extra line of output
bos@144 10
bos@144 11
bos@144 12 diff -r -r hello.c
bos@144 13
bos@144 14
hg@306 15 @@ -8,5 +8,6 @@
bos@144 16 int main(int argc, char **argv)
bos@564 17 {
bos@564 18 printf("hello, world!\");
bos@564 19 + printf("hello again!\n");
bos@144 20 return 0;
bos@564 21 }
bos@144 22
bos@564 23 </screen>
bos@611 24 <!-- END tour.tip -->