hgbook

view it/examples/mq.tutorial.add.it @ 812:42e2c9d47ef4

Minor changes and translation of code snippets for Ch.12.
author Giulio@puck
date Sat Aug 15 15:15:39 2009 +0200 (2009-08-15)
parents
children efa16e810ae6
line source
1 <!-- BEGIN mq.tutorial.add -->
2 <screen><prompt>$</prompt> <userinput>echo 'file 3, riga 1' &gt;&gt; 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 -->