hgbook

view it/examples/mq.tutorial.qrefresh2.it @ 976:713f0f69029a

merge with Italian, and very (few) work on ch03
author Romain PELISSE <belaran@gmail.com>
date Fri Sep 04 16:33:35 2009 +0200 (2009-09-04)
parents
children 719b03ea27c8
line source
1 <!-- BEGIN mq.tutorial.qrefresh2 -->
2 <screen><prompt>$</prompt> <userinput>echo 'riga 3' &gt;&gt; file1</userinput>
3 <prompt>$</prompt> <userinput>hg status</userinput>
4 M file1
5 <prompt>$</prompt> <userinput>hg qrefresh</userinput>
6 <prompt>$</prompt> <userinput>hg tip --style=compact --patch</userinput>
7 1[qtip,prima.patch,tip,qbase] 8593307a06ec 2009-06-05 15:51 +0000 bos
8 [mq]: prima.patch
10 diff -r c6618fa9eed7 -r 8593307a06ec file1
11 --- a/file1 Fri Jun 05 15:50:56 2009 +0000
12 +++ b/file1 Fri Jun 05 15:51:00 2009 +0000
13 @@ -1,1 +1,3 @@
14 riga 1
15 +riga 2
16 +riga 3
18 </screen>
19 <!-- END mq.tutorial.qrefresh2 -->