hgbook

diff it/examples/tour.tip.it @ 976:713f0f69029a

merge with Italian, and very (few) work on ch03
author Romain PELISSE <belaran@gmail.com>
date Fri Sep 04 16:33:35 2009 +0200 (2009-09-04)
parents
children 719b03ea27c8
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/it/examples/tour.tip.it	Fri Sep 04 16:33:35 2009 +0200
     1.3 @@ -0,0 +1,24 @@
     1.4 +<!-- BEGIN tour.tip -->
     1.5 +<screen><prompt>$</prompt> <userinput>hg tip -vp</userinput>
     1.6 +changeset:   5:764347e47e75
     1.7 +etichetta:   tip
     1.8 +utente:      Bryan O'Sullivan &lt;bos@serpentine.com&gt;
     1.9 +data:        Fri Jun 05 15:51:52 2009 +0000
    1.10 +file:        hello.c
    1.11 +descrizione:
    1.12 +Inserisce una riga con un messaggio aggiuntivo.
    1.13 +
    1.14 +
    1.15 +diff -r 2278160e78d4 -r 764347e47e75 hello.c
    1.16 +--- a/hello.c	Sat Aug 16 22:16:53 2008 +0200
    1.17 ++++ b/hello.c	Fri Jun 05 15:51:52 2009 +0000
    1.18 +@@ -8,5 +8,6 @@
    1.19 + int main(int argc, char **argv)
    1.20 + {
    1.21 + 	printf("ciao, mondo!\");
    1.22 ++	printf("ancora ciao!\n");
    1.23 + 	return 0;
    1.24 + }
    1.25 +
    1.26 +</screen>
    1.27 +<!-- END tour.tip -->