hgbook
diff en/examples/results/daily.files.remove.out @ 580:8366882f67f2
Fix up more formatting goop
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Wed Mar 18 00:00:58 2009 -0700 (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 00:00:58 2009 -0700 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 > a</userinput> 1.13 +<prompt>$</prompt> <userinput>mkdir b</userinput> 1.14 +<prompt>$</prompt> <userinput>echo b > 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>