hgbook

annotate en/examples/tour.diff.out @ 191:f078515438d2

Account for changed output.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon Apr 16 14:39:20 2007 -0700 (2007-04-16)
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 \}