hgbook

view en/examples/results/tour.diff.out @ 614:c8680784cdbb

Make builds more reliable.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue Mar 31 15:35:44 2009 -0700 (2009-03-31)
parents 0d5935744f87
children
line source
1 <!-- BEGIN tour.diff -->
2 <screen><prompt>$</prompt> <userinput>hg diff</userinput>
3 diff -r hello.c
6 @@ -8,5 +8,6 @@
7 int main(int argc, char **argv)
8 {
9 printf("hello, world!\");
10 + printf("hello again!\n");
11 return 0;
12 }
13 </screen>
14 <!-- END tour.diff -->