hgbook

annotate en/examples/results/mq.tutorial.qrefresh.out @ 611:4432ad34b8e5

Check in example outputs with begin/end markers.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue Mar 31 12:19:01 2009 -0700 (2009-03-31)
parents 0d5935744f87
children
rev   line source
bos@611 1 <!-- BEGIN mq.tutorial.qrefresh -->
bos@564 2 <screen><prompt>$</prompt> <userinput>echo 'line 2' &gt;&gt; file1</userinput>
bos@564 3 <prompt>$</prompt> <userinput>hg diff</userinput>
bos@144 4 diff -r file1
bos@144 5
bos@144 6
hg@297 7 @@ -1,1 +1,2 @@
bos@144 8 line 1
bos@144 9 +line 2
bos@564 10 <prompt>$</prompt> <userinput>hg qrefresh</userinput>
bos@564 11 <prompt>$</prompt> <userinput>hg diff</userinput>
bos@564 12 <prompt>$</prompt> <userinput>hg tip --style=compact --patch</userinput>
bos@611 13 1[qtip,first.patch,tip,qbase] 2009-03-31 19:08 +0000 bos
bos@273 14 [mq]: first.patch
bos@144 15
bos@144 16 diff -r -r file1
bos@144 17
bos@144 18
hg@297 19 @@ -1,1 +1,2 @@
bos@144 20 line 1
bos@144 21 +line 2
bos@144 22
bos@564 23 </screen>
bos@611 24 <!-- END mq.tutorial.qrefresh -->