hgbook

diff en/examples/results/mq.tutorial.qinit.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.qinit.out	Mon Mar 09 21:37:47 2009 -0700
     1.2 +++ b/en/examples/results/mq.tutorial.qinit.out	Mon Mar 09 21:39:23 2009 -0700
     1.3 @@ -1,7 +1,8 @@
     1.4 -$ \textbf{hg init mq-sandbox}
     1.5 -$ \textbf{cd mq-sandbox}
     1.6 -$ \textbf{echo 'line 1' > file1}
     1.7 -$ \textbf{echo 'another line 1' > file2}
     1.8 -$ \textbf{hg add file1 file2}
     1.9 -$ \textbf{hg commit -m'first change'}
    1.10 -$ \textbf{hg qinit}
    1.11 +<screen><prompt>$</prompt> <userinput>hg init mq-sandbox</userinput>
    1.12 +<prompt>$</prompt> <userinput>cd mq-sandbox</userinput>
    1.13 +<prompt>$</prompt> <userinput>echo 'line 1' &gt; file1</userinput>
    1.14 +<prompt>$</prompt> <userinput>echo 'another line 1' &gt; file2</userinput>
    1.15 +<prompt>$</prompt> <userinput>hg add file1 file2</userinput>
    1.16 +<prompt>$</prompt> <userinput>hg commit -m'first change'</userinput>
    1.17 +<prompt>$</prompt> <userinput>hg qinit</userinput>
    1.18 +</screen>