hgbook
view it/examples/tour.clone.it @ 791:bf84d6b2281c
Minor changes and translation of code snippets for Ch.7.
author | Giulio@puck |
---|---|
date | Tue Aug 11 23:01:30 2009 +0200 (2009-08-11) |
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 -->