hgbook
annotate en/examples/tour.diff.out @ 311:53e20c92b6b6
Added missing dot.
author | Mariusz Mazur <mmazur@kernel.pl> |
---|---|
date | Tue Aug 26 18:58:20 2008 +0200 (2008-08-26) |
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 \} |