hgbook

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