hgbook
view it/examples/mq.tutorial.add.it @ 839:0a49072e8c7f
Final editing for chapters 4-7.
author | gpiancastelli |
---|---|
date | Fri Aug 21 21:42:22 2009 +0200 (2009-08-21) |
parents | |
children | efa16e810ae6 |
line source
1 <!-- BEGIN mq.tutorial.add -->
2 <screen><prompt>$</prompt> <userinput>echo 'file 3, riga 1' >> file3</userinput>
3 <prompt>$</prompt> <userinput>hg qnew aggiunta-file3.patch</userinput>
4 <prompt>$</prompt> <userinput>hg qnew -f aggiunta-file3.patch</userinput>
5 fallimento: la patch "aggiunta-file3.patch" esiste giĆ
6 </screen>
7 <!-- END mq.tutorial.add -->