hgbook

diff en/examples/results/backout.init.out @ 564:0d5935744f87

Switch from LaTeX to XML for examples.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon Mar 09 21:39:23 2009 -0700 (2009-03-09)
parents 44d1363234d2
children 4432ad34b8e5
line diff
     1.1 --- a/en/examples/results/backout.init.out	Mon Mar 09 21:37:47 2009 -0700
     1.2 +++ b/en/examples/results/backout.init.out	Mon Mar 09 21:39:23 2009 -0700
     1.3 @@ -1,7 +1,8 @@
     1.4 -$ \textbf{hg init myrepo}
     1.5 -$ \textbf{cd myrepo}
     1.6 -$ \textbf{echo first change >> myfile}
     1.7 -$ \textbf{hg add myfile}
     1.8 -$ \textbf{hg commit -m 'first change'}
     1.9 -$ \textbf{echo second change >> myfile}
    1.10 -$ \textbf{hg commit -m 'second change'}
    1.11 +<screen><prompt>$</prompt> <userinput>hg init myrepo</userinput>
    1.12 +<prompt>$</prompt> <userinput>cd myrepo</userinput>
    1.13 +<prompt>$</prompt> <userinput>echo first change &gt;&gt; myfile</userinput>
    1.14 +<prompt>$</prompt> <userinput>hg add myfile</userinput>
    1.15 +<prompt>$</prompt> <userinput>hg commit -m 'first change'</userinput>
    1.16 +<prompt>$</prompt> <userinput>echo second change &gt;&gt; myfile</userinput>
    1.17 +<prompt>$</prompt> <userinput>hg commit -m 'second change'</userinput>
    1.18 +</screen>