hgbook

view it/examples/tour.update.it @ 874:95391727a7c7

Add comments
author Dongsheng Song <dongsheng.song@gmail.com>
date Wed Oct 21 11:23:42 2009 +0800 (2009-10-21)
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 -->