diff en/examples/results/mq.tutorial.qrefresh2.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/mq.tutorial.qrefresh2.out	Mon Mar 09 21:37:47 2009 -0700
+++ b/en/examples/results/mq.tutorial.qrefresh2.out	Mon Mar 09 21:39:23 2009 -0700
@@ -1,9 +1,9 @@
-$ \textbf{echo 'line 3' >> file1}
-$ \textbf{hg status}
+<screen><prompt>$</prompt> <userinput>echo 'line 3' &gt;&gt; file1</userinput>
+<prompt>$</prompt> <userinput>hg status</userinput>
 M file1
-$ \textbf{hg qrefresh}
-$ \textbf{hg tip --style=compact --patch}
-1[qtip,first.patch,tip,qbase]      2009-01-30 06:34 +0000   bos
+<prompt>$</prompt> <userinput>hg qrefresh</userinput>
+<prompt>$</prompt> <userinput>hg tip --style=compact --patch</userinput>
+1[qtip,first.patch,tip,qbase]      2009-03-10 04:38 +0000   bos
   [mq]: first.patch
 
 diff -r  -r  file1
@@ -14,3 +14,4 @@
 +line 2
 +line 3
 
+</screen>