hgbook

view en/examples/results/mq.tutorial.qrefresh.out @ 639:1a3d882149fd

Set chunker.output.encoding to 'utf-8'
author Dongsheng Song <dongsheng.song@gmail.com>
date Mon Mar 16 17:49:05 2009 +0800 (2009-03-16)
parents 44d1363234d2
children 4432ad34b8e5
line source
1 <screen><prompt>$</prompt> <userinput>echo 'line 2' &gt;&gt; file1</userinput>
2 <prompt>$</prompt> <userinput>hg diff</userinput>
3 diff -r file1
6 @@ -1,1 +1,2 @@
7 line 1
8 +line 2
9 <prompt>$</prompt> <userinput>hg qrefresh</userinput>
10 <prompt>$</prompt> <userinput>hg diff</userinput>
11 <prompt>$</prompt> <userinput>hg tip --style=compact --patch</userinput>
12 1[qtip,first.patch,tip,qbase] 2009-03-10 04:38 +0000 bos
13 [mq]: first.patch
15 diff -r -r file1
18 @@ -1,1 +1,2 @@
19 line 1
20 +line 2
22 </screen>