hgbook

diff en/examples/results/mq.tutorial.qnew2.out @ 564:0d5935744f87

Switch from LaTeX to XML for examples.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon Mar 09 21:39:23 2009 -0700 (2009-03-09)
parents 44d1363234d2
children 4432ad34b8e5
line diff
     1.1 --- a/en/examples/results/mq.tutorial.qnew2.out	Mon Mar 09 21:37:47 2009 -0700
     1.2 +++ b/en/examples/results/mq.tutorial.qnew2.out	Mon Mar 09 21:39:23 2009 -0700
     1.3 @@ -1,15 +1,15 @@
     1.4 -$ \textbf{hg qnew second.patch}
     1.5 -$ \textbf{hg log --style=compact --limit=2}
     1.6 -2[qtip,second.patch,tip]      2009-01-30 06:34 +0000   bos
     1.7 +<screen><prompt>$</prompt> <userinput>hg qnew second.patch</userinput>
     1.8 +<prompt>$</prompt> <userinput>hg log --style=compact --limit=2</userinput>
     1.9 +2[qtip,second.patch,tip]      2009-03-10 04:38 +0000   bos
    1.10    [mq]: second.patch
    1.11  
    1.12 -1[first.patch,qbase]      2009-01-30 06:34 +0000   bos
    1.13 +1[first.patch,qbase]      2009-03-10 04:38 +0000   bos
    1.14    [mq]: first.patch
    1.15  
    1.16 -$ \textbf{echo 'line 4' >> file1}
    1.17 -$ \textbf{hg qrefresh}
    1.18 -$ \textbf{hg tip --style=compact --patch}
    1.19 -2[qtip,second.patch,tip]      2009-01-30 06:34 +0000   bos
    1.20 +<prompt>$</prompt> <userinput>echo 'line 4' &gt;&gt; file1</userinput>
    1.21 +<prompt>$</prompt> <userinput>hg qrefresh</userinput>
    1.22 +<prompt>$</prompt> <userinput>hg tip --style=compact --patch</userinput>
    1.23 +2[qtip,second.patch,tip]      2009-03-10 04:38 +0000   bos
    1.24    [mq]: second.patch
    1.25  
    1.26  diff -r  -r  file1
    1.27 @@ -21,8 +21,9 @@
    1.28   line 3
    1.29  +line 4
    1.30  
    1.31 -$ \textbf{hg annotate file1}
    1.32 +<prompt>$</prompt> <userinput>hg annotate file1</userinput>
    1.33  0: line 1
    1.34  1: line 2
    1.35  1: line 3
    1.36  2: line 4
    1.37 +</screen>