hgbook

view it/examples/mq.tutorial.add.it @ 833:63ef1efbac57

Translate more code, matching repository names in figures.
author gpiancastelli
date Tue Aug 18 17:31:11 2009 +0200 (2009-08-18)
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 -->