hgbook
annotate en/examples/tour.diff.out @ 959:b3cb66d935cf
Finished tour-merge.tex
author | Romain PELISSE <belaran@gmail.com> |
---|---|
date | Mon Feb 23 23:53:18 2009 +0100 (2009-02-23) |
parents | 006bbad1f190 |
children |
rev | line source |
---|---|
bos@144 | 1 $ \textbf{hg diff} |
bos@144 | 2 diff -r hello.c |
bos@144 | 3 |
bos@144 | 4 |
hg@306 | 5 @@ -8,5 +8,6 @@ |
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 \} |