diff en/examples/results/daily.files.add-dir.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/daily.files.add-dir.out	Mon Mar 09 21:37:47 2009 -0700
+++ b/en/examples/results/daily.files.add-dir.out	Mon Mar 09 21:39:23 2009 -0700
@@ -1,10 +1,11 @@
-$ \textbf{mkdir b}
-$ \textbf{echo b > b/b}
-$ \textbf{echo c > b/c}
-$ \textbf{mkdir b/d}
-$ \textbf{echo d > b/d/d}
-$ \textbf{hg add b}
+<screen><prompt>$</prompt> <userinput>mkdir b</userinput>
+<prompt>$</prompt> <userinput>echo b &gt; b/b</userinput>
+<prompt>$</prompt> <userinput>echo c &gt; b/c</userinput>
+<prompt>$</prompt> <userinput>mkdir b/d</userinput>
+<prompt>$</prompt> <userinput>echo d &gt; b/d/d</userinput>
+<prompt>$</prompt> <userinput>hg add b</userinput>
 adding b/b
 adding b/c
 adding b/d/d
-$ \textbf{hg commit -m 'Added all files in subdirectory'}
+<prompt>$</prompt> <userinput>hg commit -m 'Added all files in subdirectory'</userinput>
+</screen>