hgbook

annotate en/examples/results/mq.tutorial.qrefresh2.out @ 564:0d5935744f87

Switch from LaTeX to XML for examples.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon Mar 09 21:39:23 2009 -0700 (2009-03-09)
parents 44d1363234d2
children 4432ad34b8e5
rev   line source
bos@564 1 <screen><prompt>$</prompt> <userinput>echo 'line 3' &gt;&gt; file1</userinput>
bos@564 2 <prompt>$</prompt> <userinput>hg status</userinput>
bos@144 3 M file1
bos@564 4 <prompt>$</prompt> <userinput>hg qrefresh</userinput>
bos@564 5 <prompt>$</prompt> <userinput>hg tip --style=compact --patch</userinput>
bos@564 6 1[qtip,first.patch,tip,qbase] 2009-03-10 04:38 +0000 bos
bos@273 7 [mq]: first.patch
bos@144 8
bos@144 9 diff -r -r file1
bos@144 10
bos@144 11
hg@297 12 @@ -1,1 +1,3 @@
bos@144 13 line 1
bos@144 14 +line 2
bos@144 15 +line 3
bos@144 16
bos@564 17 </screen>