view 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 source

<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
<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


@@ -1,1 +1,2 @@
 line 1
+line 2

</screen>