hgbook
diff en/examples/results/mq.tutorial.qinit.out @ 598:7893b3824715
Add a top-level index page.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Fri Mar 27 00:01:58 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 00:01:58 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' > file1</userinput> 1.14 +<prompt>$</prompt> <userinput>echo 'another line 1' > 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>