hgbook
annotate en/examples/tour.diff.out @ 179:5fc4a45c069f
Continue documentation of collaboration models.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Fri Mar 30 23:05:28 2007 -0700 (2007-03-30) |
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 \} |