hgbook

diff en/examples/results/daily.copy.init.out @ 605:a21668c4af50

Add top-level README
author Bryan O'Sullivan <bos@serpentine.com>
date Fri Mar 27 10:08:39 2009 -0700 (2009-03-27)
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	Fri Mar 27 10:08:39 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>