hgbook

view it/examples/tour.tip.it @ 781:6ba4c405d262

Minor changes and translation of code snippets for Ch.2.
author Giulio@puck
date Sun Aug 09 17:14:29 2009 +0200 (2009-08-09)
parents
children 11a6ba60bb9e
line source
1 <!-- BEGIN tour.tip -->
2 <screen><prompt>$</prompt> <userinput>hg tip -vp</userinput>
3 changeset: 5:764347e47e75
4 tag: tip
5 user: Bryan O'Sullivan &lt;bos@serpentine.com&gt;
6 date: Fri Jun 05 15:51:52 2009 +0000
7 files: hello.c
8 description:
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 -->