hgbook
view it/examples/mq.tutorial.qpop.it @ 850:5bbebcdfb533
You wouldn't believe me if I told you.
author | gpiancastelli |
---|---|
date | Sat Aug 22 18:49:12 2009 +0200 (2009-08-22) |
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 -->