hgbook

view it/examples/mq.tutorial.qrefresh2.it @ 1066:cd081566e692

1.8 refined
author Zhaoping Sun <zhaopingsun@gmail.com>
date Wed Nov 11 17:51:44 2009 -0500 (2009-11-11)
parents 42e2c9d47ef4
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 -->