hgbook

diff it/examples/tour.log-vp.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.log-vp.it	Fri Sep 04 16:33:35 2009 +0200
     1.3 @@ -0,0 +1,24 @@
     1.4 +<!-- BEGIN tour.log-vp -->
     1.5 +<screen><prompt>$</prompt> <userinput>hg log -v -p -r 2</userinput>
     1.6 +changeset:   2:fef857204a0c
     1.7 +utente:      Bryan O'Sullivan &lt;bos@serpentine.com&gt;
     1.8 +data:        Sat Aug 16 22:05:04 2008 +0200
     1.9 +file:        hello.c
    1.10 +descrizione:
    1.11 +Introduce un errore in hello.c.
    1.12 +
    1.13 +
    1.14 +diff -r 82e55d328c8c -r fef857204a0c hello.c
    1.15 +--- a/hello.c	Fri Aug 26 01:21:28 2005 -0700
    1.16 ++++ b/hello.c	Sat Aug 16 22:05:04 2008 +0200
    1.17 +@@ -11,6 +11,6 @@
    1.18 + 
    1.19 + int main(int argc, char **argv)
    1.20 + {
    1.21 +-	printf("ciao, mondo!\n");
    1.22 ++	printf("ciao, mondo!\");
    1.23 + 	return 0;
    1.24 + }
    1.25 +
    1.26 +</screen>
    1.27 +<!-- END tour.log-vp -->