hgbook

view it/examples/tour.tip.it @ 920:0d96cf7439d7

Typo. [H/T Gianluigi Cusimano]
author gpiancastelli
date Sun Apr 18 00:03:58 2010 +0200 (2010-04-18)
parents 6ba4c405d262
children 719b03ea27c8
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 -->