hgbook

view 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
line source
1 <!-- BEGIN tour.tip -->
2 <screen><prompt>$</prompt> <userinput>hg tip -vp</userinput>
3 changeset:
4 tag: tip
5 user: Bryan O'Sullivan &lt;bos@serpentine.com&gt;
7 files: hello.c
8 description:
9 Added an extra line of output
12 diff -r -r hello.c
15 @@ -8,5 +8,6 @@
16 int main(int argc, char **argv)
17 {
18 printf("hello, world!\");
19 + printf("hello again!\n");
20 return 0;
21 }
23 </screen>
24 <!-- END tour.tip -->