diff en/examples/results/branch-named.foo-commit.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/branch-named.foo-commit.out	Mon Mar 09 21:37:47 2009 -0700
+++ b/en/examples/results/branch-named.foo-commit.out	Mon Mar 09 21:39:23 2009 -0700
@@ -1,19 +1,20 @@
-$ \textbf{echo something > somefile}
-$ \textbf{hg commit -A -m 'New file'}
+<screen><prompt>$</prompt> <userinput>echo something &gt; somefile</userinput>
+<prompt>$</prompt> <userinput>hg commit -A -m 'New file'</userinput>
 adding somefile
 created new head
-$ \textbf{hg heads}
+<prompt>$</prompt> <userinput>hg heads</userinput>
 changeset:   
 branch:      foo
 tag:         tip
 parent:      
-user:        Bryan O'Sullivan <bos@serpentine.com>
+user:        Bryan O'Sullivan &lt;bos@serpentine.com&gt;
 
 summary:     New file
 
 changeset:   
 branch:      bar
-user:        Bryan O'Sullivan <bos@serpentine.com>
+user:        Bryan O'Sullivan &lt;bos@serpentine.com&gt;
 
 summary:     Third commit
 
+</screen>