hgbook

view it/examples/tour.merge.clone.it @ 990:b4ff7b04efdc

French translation : corrected some mistakes in ch05-daily
author Frédéric Bouquet <youshe.jaalon@gmail.com>
date Thu Sep 10 14:45:17 2009 +0200 (2009-09-10)
parents 713f0f69029a 5bbebcdfb533
children
line source
1 <!-- BEGIN tour.merge.clone -->
2 <screen><prompt>$</prompt> <userinput>cd ..</userinput>
3 <prompt>$</prompt> <userinput>hg clone hello mio-nuovo-hello</userinput>
4 aggiorno la directory di lavoro
5 2 file aggiornati, 0 file uniti, 0 file rimossi, 0 file irrisolti
6 <prompt>$</prompt> <userinput>cd mio-nuovo-hello</userinput>
7 # Apportiamo alcune semplici modifiche a hello.c...
8 <prompt>$</prompt> <userinput>mio-editor-di-testo hello.c</userinput>
9 <prompt>$</prompt> <userinput>hg commit -m "Un nuovo saluto per un nuovo giorno."</userinput>
10 </screen>
11 <!-- END tour.merge.clone -->