comparison 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
comparison
equal deleted inserted replaced
708:c82ff69f0935 709:4432ad34b8e5
1 <!-- BEGIN mq.tutorial.qrefresh2 -->
1 <screen><prompt>$</prompt> <userinput>echo 'line 3' &gt;&gt; file1</userinput> 2 <screen><prompt>$</prompt> <userinput>echo 'line 3' &gt;&gt; file1</userinput>
2 <prompt>$</prompt> <userinput>hg status</userinput> 3 <prompt>$</prompt> <userinput>hg status</userinput>
3 M file1 4 M file1
4 <prompt>$</prompt> <userinput>hg qrefresh</userinput> 5 <prompt>$</prompt> <userinput>hg qrefresh</userinput>
5 <prompt>$</prompt> <userinput>hg tip --style=compact --patch</userinput> 6 <prompt>$</prompt> <userinput>hg tip --style=compact --patch</userinput>
6 1[qtip,first.patch,tip,qbase] 2009-03-10 04:38 +0000 bos 7 1[qtip,first.patch,tip,qbase] 2009-03-31 19:08 +0000 bos
7 [mq]: first.patch 8 [mq]: first.patch
8 9
9 diff -r -r file1 10 diff -r -r file1
10 11
11 12
13 line 1 14 line 1
14 +line 2 15 +line 2
15 +line 3 16 +line 3
16 17
17 </screen> 18 </screen>
19 <!-- END mq.tutorial.qrefresh2 -->