hgbook
view it/examples/branching.main.it @ 884:72be4a03f722
We require patchutils
author | Dongsheng Song <dongsheng.song@gmail.com> |
---|---|
date | Thu Oct 22 10:50:12 2009 +0800 (2009-10-22) |
parents | 7f684caba2d0 |
children | 719b03ea27c8 |
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 -->