hgbook

annotate en/examples/tour.diff.out @ 352:9f460a706292

translated a few sections from tour-basic.tex
author jerojasro@localhost
date Mon Oct 20 00:19:24 2008 -0500 (2008-10-20)
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 \}