view en/examples/results/mq.tutorial.qrefresh2.out @ 739:a13813534ccd

Fix all xref to figs
author Dongsheng Song <dongsheng.song@gmail.com>
date Tue, 17 Mar 2009 10:43:45 +0800
parents 0d5935744f87
children 4432ad34b8e5
line wrap: on
line source

<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-10 04:38 +0000   bos
  [mq]: first.patch

diff -r  -r  file1


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

</screen>