hgbook

annotate ja/examples/tour.tip.out @ 993:71dbda516572

French translation : merge with Jean Marie Clement's work on ch04-concepts
author Frédéric Bouquet <youshe.jaalon@gmail.com>
date Fri Sep 11 14:35:36 2009 +0200 (2009-09-11)
parents
children
rev   line source
foozy@708 1 $ \textbf{hg tip -vp}
foozy@708 2 changeset:
foozy@708 3 tag: tip
foozy@708 4 user: Bryan O'Sullivan <bos@serpentine.com>
foozy@708 5
foozy@708 6 files: hello.c
foozy@708 7 description:
foozy@708 8 Added an extra line of output
foozy@708 9
foozy@708 10
foozy@708 11 diff -r -r hello.c
foozy@708 12
foozy@708 13
foozy@708 14 @@ -8,5 +8,6 @@ int main(int argc, char **argv)
foozy@708 15 int main(int argc, char **argv)
foozy@708 16 \{
foozy@708 17 printf("hello, world!\textbackslash{}");
foozy@708 18 + printf("hello again!\textbackslash{}n");
foozy@708 19 return 0;
foozy@708 20 \}
foozy@708 21