hgbook

view en/examples/tour.diff.out @ 450:f05b05fe12fc

Listed files to be translated
author Igor TAmara <igor@tamarapatino.org>
date Sat Dec 13 12:33:15 2008 -0500 (2008-12-13)
parents 006bbad1f190
children
line source
1 $ \textbf{hg diff}
2 diff -r hello.c
5 @@ -8,5 +8,6 @@
6 int main(int argc, char **argv)
7 \{
8 printf("hello, world!\textbackslash{}");
9 + printf("hello again!\textbackslash{}n");
10 return 0;
11 \}