hgbook

diff en/examples/results/daily.copy.init.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.copy.init.out	Mon Mar 09 21:37:47 2009 -0700
     1.2 +++ b/en/examples/results/daily.copy.init.out	Thu Mar 26 23:05:28 2009 -0700
     1.3 @@ -1,5 +1,6 @@
     1.4 -$ \textbf{hg init my-copy}
     1.5 -$ \textbf{cd my-copy}
     1.6 -$ \textbf{echo line > file}
     1.7 -$ \textbf{hg add file}
     1.8 -$ \textbf{hg commit -m 'Added a file'}
     1.9 +<screen><prompt>$</prompt> <userinput>hg init my-copy</userinput>
    1.10 +<prompt>$</prompt> <userinput>cd my-copy</userinput>
    1.11 +<prompt>$</prompt> <userinput>echo line &gt; file</userinput>
    1.12 +<prompt>$</prompt> <userinput>hg add file</userinput>
    1.13 +<prompt>$</prompt> <userinput>hg commit -m 'Added a file'</userinput>
    1.14 +</screen>