hgbook

diff it/examples/mq.tutorial.qpop.it @ 1038:aafcc7f42da9

1.4.2 zh translated
author Zhaoping Sun <zhaopingsun@gmail.com>
date Sun Nov 08 16:35:47 2009 -0500 (2009-11-08)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/it/examples/mq.tutorial.qpop.it	Sun Nov 08 16:35:47 2009 -0500
     1.3 @@ -0,0 +1,17 @@
     1.4 +<!-- BEGIN mq.tutorial.qpop -->
     1.5 +<screen><prompt>$</prompt> <userinput>hg qapplied</userinput>
     1.6 +prima.patch
     1.7 +seconda.patch
     1.8 +<prompt>$</prompt> <userinput>hg qpop</userinput>
     1.9 +ora a: prima.patch
    1.10 +<prompt>$</prompt> <userinput>hg qseries</userinput>
    1.11 +prima.patch
    1.12 +seconda.patch
    1.13 +<prompt>$</prompt> <userinput>hg qapplied</userinput>
    1.14 +prima.patch
    1.15 +<prompt>$</prompt> <userinput>cat file1</userinput>
    1.16 +riga 1
    1.17 +riga 2
    1.18 +riga 3
    1.19 +</screen>
    1.20 +<!-- END mq.tutorial.qpop -->