hgbook

view it/examples/tour.clone.it @ 785:0bf0bf61493e

Minor changes and translation of code snippets for Ch.3.
author Giulio@puck
date Mon Aug 10 21:59:18 2009 +0200 (2009-08-10)
parents
children
line source
1 <!-- BEGIN tour.clone -->
2 <screen><prompt>$</prompt> <userinput>hg clone http://hg.serpentine.com/tutorial/hello</userinput>
3 directory di destinazione: hello
4 richiedo tutte le modifiche
5 aggiungo i changeset
6 aggiungo i manifest
7 aggiungo i cambiamenti ai file
8 aggiunti 5 changeset con 5 cambiamenti a 2 file
9 aggiorno la directory di lavoro
10 2 file aggiornati, 0 file uniti, 0 file rimossi, 0 file irrisolti
11 </screen>
12 <!-- END tour.clone -->