hgbook

annotate 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
rev   line source
bos@611 1 <!-- BEGIN tour.diff -->
bos@564 2 <screen><prompt>$</prompt> <userinput>hg diff</userinput>
bos@144 3 diff -r hello.c
bos@144 4
bos@144 5
hg@306 6 @@ -8,5 +8,6 @@
bos@144 7 int main(int argc, char **argv)
bos@564 8 {
bos@564 9 printf("hello, world!\");
bos@564 10 + printf("hello again!\n");
bos@144 11 return 0;
bos@564 12 }
bos@564 13 </screen>
bos@611 14 <!-- END tour.diff -->