view en/examples/results/tour.log-vp.out @ 709:4432ad34b8e5

Check in example outputs with begin/end markers.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue, 31 Mar 2009 12:19:01 -0700
parents 0d5935744f87
children
line wrap: on
line source

<!-- BEGIN tour.log-vp -->
<screen><prompt>$</prompt> <userinput>hg log -v -p -r 2</userinput>
changeset:   
user:        Bryan O'Sullivan &lt;bos@serpentine.com&gt;

files:       hello.c
description:
Introduce a typo into hello.c.


diff -r  -r  hello.c


@@ -11,6 +11,6 @@
 
 int main(int argc, char **argv)
 {
-	printf("hello, world!\n");
+	printf("hello, world!\");
 	return 0;
 }

</screen>
<!-- END tour.log-vp -->