hgbook

diff en/examples/results/daily.files.remove.out @ 648:e0ac2341a861

Fix building error introduced by bos at rev 8366882f67f2
author Dongsheng Song <dongsheng.song@gmail.com>
date Wed Mar 18 21:50:57 2009 +0800 (2009-03-18)
parents 44d1363234d2
children 4432ad34b8e5
line diff
     1.1 --- a/en/examples/results/daily.files.remove.out	Mon Mar 09 21:37:47 2009 -0700
     1.2 +++ b/en/examples/results/daily.files.remove.out	Wed Mar 18 21:50:57 2009 +0800
     1.3 @@ -1,13 +1,14 @@
     1.4 -$ \textbf{hg init remove-example}
     1.5 -$ \textbf{cd remove-example}
     1.6 -$ \textbf{echo a > a}
     1.7 -$ \textbf{mkdir b}
     1.8 -$ \textbf{echo b > b/b}
     1.9 -$ \textbf{hg add a b}
    1.10 +<screen><prompt>$</prompt> <userinput>hg init remove-example</userinput>
    1.11 +<prompt>$</prompt> <userinput>cd remove-example</userinput>
    1.12 +<prompt>$</prompt> <userinput>echo a &gt; a</userinput>
    1.13 +<prompt>$</prompt> <userinput>mkdir b</userinput>
    1.14 +<prompt>$</prompt> <userinput>echo b &gt; b/b</userinput>
    1.15 +<prompt>$</prompt> <userinput>hg add a b</userinput>
    1.16  adding b/b
    1.17 -$ \textbf{hg commit -m 'Small example for file removal'}
    1.18 -$ \textbf{hg remove a}
    1.19 -$ \textbf{hg status}
    1.20 +<prompt>$</prompt> <userinput>hg commit -m 'Small example for file removal'</userinput>
    1.21 +<prompt>$</prompt> <userinput>hg remove a</userinput>
    1.22 +<prompt>$</prompt> <userinput>hg status</userinput>
    1.23  R a
    1.24 -$ \textbf{hg remove b}
    1.25 +<prompt>$</prompt> <userinput>hg remove b</userinput>
    1.26  removing b/b
    1.27 +</screen>