hgbook
view it/examples/mq.tutorial.qpop.it @ 1050:add323f1ff4e
1.6.2 finished,and first 2 paras of 1.6.3 refined
author | Zhaoping Sun <zhaopingsun@gmail.com> |
---|---|
date | Tue Nov 10 19:05:24 2009 -0500 (2009-11-10) |
parents | |
children |
line source
1 <!-- BEGIN mq.tutorial.qpop -->
2 <screen><prompt>$</prompt> <userinput>hg qapplied</userinput>
3 prima.patch
4 seconda.patch
5 <prompt>$</prompt> <userinput>hg qpop</userinput>
6 ora a: prima.patch
7 <prompt>$</prompt> <userinput>hg qseries</userinput>
8 prima.patch
9 seconda.patch
10 <prompt>$</prompt> <userinput>hg qapplied</userinput>
11 prima.patch
12 <prompt>$</prompt> <userinput>cat file1</userinput>
13 riga 1
14 riga 2
15 riga 3
16 </screen>
17 <!-- END mq.tutorial.qpop -->