hgbook
view it/examples/mq.tutorial.add.it @ 816:9fdd9283d395
Wording.
author | Giulio@puck |
---|---|
date | Sat Aug 15 18:19:01 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' >> 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 -->