hgbook

diff it/examples/mq.tutorial.qpop.it @ 1034:0525fc68b7fe

Update po files with source xml files
author Dongsheng Song <dongsheng.song@gmail.com>
date Wed Nov 04 14:11:14 2009 +0800 (2009-11-04)
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	Wed Nov 04 14:11:14 2009 +0800
     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 -->