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

Switch from LaTeX to XML for examples.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon, 09 Mar 2009 21:39:23 -0700
parents 44d1363234d2
children 4432ad34b8e5
line wrap: on
line diff
--- a/en/examples/results/backout.init.out	Mon Mar 09 21:37:47 2009 -0700
+++ b/en/examples/results/backout.init.out	Mon Mar 09 21:39:23 2009 -0700
@@ -1,7 +1,8 @@
-$ \textbf{hg init myrepo}
-$ \textbf{cd myrepo}
-$ \textbf{echo first change >> myfile}
-$ \textbf{hg add myfile}
-$ \textbf{hg commit -m 'first change'}
-$ \textbf{echo second change >> myfile}
-$ \textbf{hg commit -m 'second change'}
+<screen><prompt>$</prompt> <userinput>hg init myrepo</userinput>
+<prompt>$</prompt> <userinput>cd myrepo</userinput>
+<prompt>$</prompt> <userinput>echo first change &gt;&gt; myfile</userinput>
+<prompt>$</prompt> <userinput>hg add myfile</userinput>
+<prompt>$</prompt> <userinput>hg commit -m 'first change'</userinput>
+<prompt>$</prompt> <userinput>echo second change &gt;&gt; myfile</userinput>
+<prompt>$</prompt> <userinput>hg commit -m 'second change'</userinput>
+</screen>