hgbook

diff en/examples/results/mq.tutorial.qrefresh2.out @ 597:e0d9eb01e4c2

Remove references to RWH.
author Bryan O'Sullivan <bos@serpentine.com>
date Thu Mar 26 23:05:28 2009 -0700 (2009-03-26)
parents 44d1363234d2
children 4432ad34b8e5
line diff
     1.1 --- a/en/examples/results/mq.tutorial.qrefresh2.out	Mon Mar 09 21:37:47 2009 -0700
     1.2 +++ b/en/examples/results/mq.tutorial.qrefresh2.out	Thu Mar 26 23:05:28 2009 -0700
     1.3 @@ -1,9 +1,9 @@
     1.4 -$ \textbf{echo 'line 3' >> file1}
     1.5 -$ \textbf{hg status}
     1.6 +<screen><prompt>$</prompt> <userinput>echo 'line 3' &gt;&gt; file1</userinput>
     1.7 +<prompt>$</prompt> <userinput>hg status</userinput>
     1.8  M file1
     1.9 -$ \textbf{hg qrefresh}
    1.10 -$ \textbf{hg tip --style=compact --patch}
    1.11 -1[qtip,first.patch,tip,qbase]      2009-01-30 06:34 +0000   bos
    1.12 +<prompt>$</prompt> <userinput>hg qrefresh</userinput>
    1.13 +<prompt>$</prompt> <userinput>hg tip --style=compact --patch</userinput>
    1.14 +1[qtip,first.patch,tip,qbase]      2009-03-10 04:38 +0000   bos
    1.15    [mq]: first.patch
    1.16  
    1.17  diff -r  -r  file1
    1.18 @@ -14,3 +14,4 @@
    1.19  +line 2
    1.20  +line 3
    1.21  
    1.22 +</screen>