hgbook

view it/examples/tour.update.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
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 -->