hgbook
diff it/examples/branching.stable.it @ 803:241859e47472
Minor changes and translation of code snippets for Ch.11.
author | Giulio@puck |
---|---|
date | Fri Aug 14 18:01:22 2009 +0200 (2009-08-14) |
parents | |
children | c35067358254 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/it/examples/branching.stable.it Fri Aug 14 18:01:22 2009 +0200 1.3 @@ -0,0 +1,16 @@ 1.4 +<!-- BEGIN branching.stable --> 1.5 +<screen><prompt>$</prompt> <userinput>hg clone stabile stabile-con-correzione</userinput> 1.6 +aggiorno la directory di lavoro 1.7 +1 file aggiornati, 0 file uniti, 0 file rimossi, 0 file irrisolti 1.8 +<prompt>$</prompt> <userinput>cd stabile-con-correzione</userinput> 1.9 +<prompt>$</prompt> <userinput>echo 'Questa รจ una correzione a una funzione noiosa.' > miofile</userinput> 1.10 +<prompt>$</prompt> <userinput>hg commit -m 'Corretto un bug'</userinput> 1.11 +<prompt>$</prompt> <userinput>hg push</userinput> 1.12 +trasmetto a /temp/stabile 1.13 +cerco i cambiamenti 1.14 +aggiungo i changeset 1.15 +aggiungo i manifest 1.16 +aggiungo i cambiamenti ai file 1.17 +aggiunti 1 changeset con 1 cambiamenti a 1 file 1.18 +</screen> 1.19 +<!-- END branching.stable -->