hgbook

view it/examples/daily.files.commit-addremove.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 5bbebcdfb533
line source
1 <!-- BEGIN daily.files.commit-addremove -->
2 <screen><prompt>$</prompt> <userinput>echo c &gt; c</userinput>
3 <prompt>$</prompt> <userinput>hg commit -A -m 'Commit con addremove.'</userinput>
4 aggiungo c
5 </screen>
6 <!-- END daily.files.commit-addremove -->