hgbook
view it/examples/mq.tutorial.add.it @ 835:ae54f5670834
Link Atom feed for Italian book.
author | gpiancastelli |
---|---|
date | Tue Aug 18 22:36:35 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' >> 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 -->