hgbook

view en/examples/results/mq.tutorial.qrefresh2.out @ 597:e0d9eb01e4c2

Remove references to RWH.
author Bryan O'Sullivan <bos@serpentine.com>
date Thu Mar 26 23:05:28 2009 -0700 (2009-03-26)
parents 44d1363234d2
children 4432ad34b8e5
line source
1 <screen><prompt>$</prompt> <userinput>echo 'line 3' &gt;&gt; file1</userinput>
2 <prompt>$</prompt> <userinput>hg status</userinput>
3 M file1
4 <prompt>$</prompt> <userinput>hg qrefresh</userinput>
5 <prompt>$</prompt> <userinput>hg tip --style=compact --patch</userinput>
6 1[qtip,first.patch,tip,qbase] 2009-03-10 04:38 +0000 bos
7 [mq]: first.patch
9 diff -r -r file1
12 @@ -1,1 +1,3 @@
13 line 1
14 +line 2
15 +line 3
17 </screen>