view en/examples/results/mq.tutorial.qrefresh2.out @ 709:4432ad34b8e5

Check in example outputs with begin/end markers.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue, 31 Mar 2009 12:19:01 -0700
parents 0d5935744f87
children
line wrap: on
line source

<!-- BEGIN mq.tutorial.qrefresh2 -->
<screen><prompt>$</prompt> <userinput>echo 'line 3' &gt;&gt; file1</userinput>
<prompt>$</prompt> <userinput>hg status</userinput>
M file1
<prompt>$</prompt> <userinput>hg qrefresh</userinput>
<prompt>$</prompt> <userinput>hg tip --style=compact --patch</userinput>
1[qtip,first.patch,tip,qbase]      2009-03-31 19:08 +0000   bos
  [mq]: first.patch

diff -r  -r  file1


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

</screen>
<!-- END mq.tutorial.qrefresh2 -->