hgbook

view it/examples/tour.tip.it @ 977:719b03ea27c8

merge with Italian, and very (few) work on ch03
author Romain PELISSE <belaran@gmail.com>
date Fri Sep 04 16:33:46 2009 +0200 (2009-09-04)
parents 713f0f69029a 11a6ba60bb9e
children
line source
1 <!-- BEGIN tour.tip -->
2 <screen><prompt>$</prompt> <userinput>hg tip -vp</userinput>
3 changeset: 5:764347e47e75
4 etichetta: tip
5 utente: Bryan O'Sullivan &lt;bos@serpentine.com&gt;
6 data: Fri Jun 05 15:51:52 2009 +0000
7 file: hello.c
8 descrizione:
9 Inserisce una riga con un messaggio aggiuntivo.
12 diff -r 2278160e78d4 -r 764347e47e75 hello.c
13 --- a/hello.c Sat Aug 16 22:16:53 2008 +0200
14 +++ b/hello.c Fri Jun 05 15:51:52 2009 +0000
15 @@ -8,5 +8,6 @@
16 int main(int argc, char **argv)
17 {
18 printf("ciao, mondo!\");
19 + printf("ancora ciao!\n");
20 return 0;
21 }
23 </screen>
24 <!-- END tour.tip -->