diff en/examples/results/mq.tutorial.qrefresh.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.qrefresh.out	Mon Mar 09 21:37:47 2009 -0700
+++ b/en/examples/results/mq.tutorial.qrefresh.out	Mon Mar 09 21:39:23 2009 -0700
@@ -1,15 +1,15 @@
-$ \textbf{echo 'line 2' >> file1}
-$ \textbf{hg diff}
+<screen><prompt>$</prompt> <userinput>echo 'line 2' &gt;&gt; file1</userinput>
+<prompt>$</prompt> <userinput>hg diff</userinput>
 diff -r  file1
 
 
 @@ -1,1 +1,2 @@
  line 1
 +line 2
-$ \textbf{hg qrefresh}
-$ \textbf{hg diff}
-$ \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 diff</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
@@ -19,3 +19,4 @@
  line 1
 +line 2
 
+</screen>