hgbook
diff it/examples/tour.merge.clone.it @ 789:a419faec3428
Missing part of a message.
author | Giulio@puck |
---|---|
date | Tue Aug 11 20:12:19 2009 +0200 (2009-08-11) |
parents | |
children | 63ef1efbac57 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/it/examples/tour.merge.clone.it Tue Aug 11 20:12:19 2009 +0200 1.3 @@ -0,0 +1,11 @@ 1.4 +<!-- BEGIN tour.merge.clone --> 1.5 +<screen><prompt>$</prompt> <userinput>cd ..</userinput> 1.6 +<prompt>$</prompt> <userinput>hg clone hello my-new-hello</userinput> 1.7 +aggiorno la directory di lavoro 1.8 +2 file aggiornati, 0 file uniti, 0 file rimossi, 0 file irrisolti 1.9 +<prompt>$</prompt> <userinput>cd my-new-hello</userinput> 1.10 +# Apportiamo alcune semplici modifiche a hello.c... 1.11 +<prompt>$</prompt> <userinput>mio-editor-di-testo hello.c</userinput> 1.12 +<prompt>$</prompt> <userinput>hg commit -m 'Un nuovo saluto per un nuovo giorno.'</userinput> 1.13 +</screen> 1.14 +<!-- END tour.merge.clone -->