hgbook

diff en/examples/results/daily.files.add-dir.out @ 597:e0d9eb01e4c2

Remove references to RWH.
author Bryan O'Sullivan <bos@serpentine.com>
date Thu Mar 26 23:05:28 2009 -0700 (2009-03-26)
parents 44d1363234d2
children 4432ad34b8e5
line diff
     1.1 --- a/en/examples/results/daily.files.add-dir.out	Mon Mar 09 21:37:47 2009 -0700
     1.2 +++ b/en/examples/results/daily.files.add-dir.out	Thu Mar 26 23:05:28 2009 -0700
     1.3 @@ -1,10 +1,11 @@
     1.4 -$ \textbf{mkdir b}
     1.5 -$ \textbf{echo b > b/b}
     1.6 -$ \textbf{echo c > b/c}
     1.7 -$ \textbf{mkdir b/d}
     1.8 -$ \textbf{echo d > b/d/d}
     1.9 -$ \textbf{hg add b}
    1.10 +<screen><prompt>$</prompt> <userinput>mkdir b</userinput>
    1.11 +<prompt>$</prompt> <userinput>echo b &gt; b/b</userinput>
    1.12 +<prompt>$</prompt> <userinput>echo c &gt; b/c</userinput>
    1.13 +<prompt>$</prompt> <userinput>mkdir b/d</userinput>
    1.14 +<prompt>$</prompt> <userinput>echo d &gt; b/d/d</userinput>
    1.15 +<prompt>$</prompt> <userinput>hg add b</userinput>
    1.16  adding b/b
    1.17  adding b/c
    1.18  adding b/d/d
    1.19 -$ \textbf{hg commit -m 'Added all files in subdirectory'}
    1.20 +<prompt>$</prompt> <userinput>hg commit -m 'Added all files in subdirectory'</userinput>
    1.21 +</screen>