comparison en/examples/results/mq.tutorial.qrefresh2.out @ 663:0d5935744f87

Switch from LaTeX to XML for examples.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon, 09 Mar 2009 21:39:23 -0700
parents 44d1363234d2
children 4432ad34b8e5
comparison
equal deleted inserted replaced
662:44d1363234d2 663:0d5935744f87
1 $ \textbf{echo 'line 3' >> file1} 1 <screen><prompt>$</prompt> <userinput>echo 'line 3' &gt;&gt; file1</userinput>
2 $ \textbf{hg status} 2 <prompt>$</prompt> <userinput>hg status</userinput>
3 M file1 3 M file1
4 $ \textbf{hg qrefresh} 4 <prompt>$</prompt> <userinput>hg qrefresh</userinput>
5 $ \textbf{hg tip --style=compact --patch} 5 <prompt>$</prompt> <userinput>hg tip --style=compact --patch</userinput>
6 1[qtip,first.patch,tip,qbase] 2009-01-30 06:34 +0000 bos 6 1[qtip,first.patch,tip,qbase] 2009-03-10 04:38 +0000 bos
7 [mq]: first.patch 7 [mq]: first.patch
8 8
9 diff -r -r file1 9 diff -r -r file1
10 10
11 11
12 @@ -1,1 +1,3 @@ 12 @@ -1,1 +1,3 @@
13 line 1 13 line 1
14 +line 2 14 +line 2
15 +line 3 15 +line 3
16 16
17 </screen>