hgbook

annotate en/examples/tour.diff.out @ 273:00f69e8825c5

Bring book up to date with recent changes.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon Nov 26 12:24:53 2007 -0800 (2007-11-26)
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 \}