hgbook
view it/examples/daily.copy.other.it @ 797:26b05b7dd445
Minor changes and translation of code snippets for Ch.10.
author | Giulio@puck |
---|---|
date | Thu Aug 13 18:57:50 2009 +0200 (2009-08-13) |
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 -->