hgbook
view it/examples/tour.tip.it @ 1106:aed0e9396b14
2.8.1 zh translation
author | Zhaoping Sun <zhaopingsun@gmail.com> |
---|---|
date | Thu Dec 10 13:49:35 2009 -0500 (2009-12-10) |
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 <bos@serpentine.com>
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 -->