hgbook
view it/examples/daily.copy.other.it @ 791:bf84d6b2281c
Minor changes and translation of code snippets for Ch.7.
author | Giulio@puck |
---|---|
date | Tue Aug 11 23:01:30 2009 +0200 (2009-08-11) |
parents | |
children | 5bbebcdfb533 |
line source
1 <!-- BEGIN daily.copy.other -->
2 <screen><prompt>$</prompt> <userinput>cd ../vostra-copia</userinput>
3 <prompt>$</prompt> <userinput>echo 'nuovi contenuti' >> file</userinput>
4 <prompt>$</prompt> <userinput>hg commit -m 'File modificato.'</userinput>
5 </screen>
6 <!-- END daily.copy.other -->