hgbook

view it/examples/tour.update.it @ 1056:880bc582a43d

cvs and performance translation refined
author zhaopingsun
date Tue Nov 10 20:09:09 2009 -0500 (2009-11-10)
parents
children
line source
1 <!-- BEGIN tour.update -->
2 <screen><prompt>$</prompt> <userinput>grep printf hello.c</userinput>
3 printf("ciao, mondo!\");
4 <prompt>$</prompt> <userinput>hg update tip</userinput>
5 1 file aggiornati, 0 file uniti, 0 file rimossi, 0 file irrisolti
6 <prompt>$</prompt> <userinput>grep printf hello.c</userinput>
7 printf("ciao, mondo!\");
8 printf("ancora ciao!\n");
9 </screen>
10 <!-- END tour.update -->