hgbook

annotate en/examples/tour.diff.out @ 289:7be02466421b

Oops, forgot to update the output
author Bryan O'Sullivan <bos@serpentine.com>
date Fri Jan 18 12:05:01 2008 -0800 (2008-01-18)
parents
children 1b52bda675d0
rev   line source
bos@144 1 $ \textbf{hg diff}
bos@144 2 diff -r hello.c
bos@144 3
bos@144 4
bos@144 5 @@ -8,5 +8,6 @@ int main(int argc, char **argv)
bos@144 6 int main(int argc, char **argv)
bos@144 7 \{
bos@144 8 printf("hello, world!\textbackslash{}");
bos@144 9 + printf("hello again!\textbackslash{}n");
bos@144 10 return 0;
bos@144 11 \}