hgbook
view it/examples/branching.main.it @ 982:a9c3a727f253
ch01-intro.xml : some errors corrected and translated the last few part untranslated
author | Frédéric Bouquet <youshe.jaalon@gmail.com> |
---|---|
date | Tue Sep 08 18:20:00 2009 +0200 (2009-09-08) |
parents | 713f0f69029a 5bbebcdfb533 |
children |
line source
1 <!-- BEGIN branching.main -->
2 <screen><prompt>$</prompt> <userinput>cd ../principale</userinput>
3 <prompt>$</prompt> <userinput>echo 'Questa è nuova ed eccitante!' >> miofile</userinput>
4 <prompt>$</prompt> <userinput>hg commit -m "Aggiunge una nuova funzione."</userinput>
5 <prompt>$</prompt> <userinput>cat miofile</userinput>
6 Questa è una funzione noiosa.
7 Questa è nuova ed eccitante!
8 </screen>
9 <!-- END branching.main -->