hgbook

diff en/examples/results/mq.tutorial.qinit.out @ 605:a21668c4af50

Add top-level README
author Bryan O'Sullivan <bos@serpentine.com>
date Fri Mar 27 10:08:39 2009 -0700 (2009-03-27)
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	Fri Mar 27 10:08:39 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>