hgbook
view en/examples/results/mq.tutorial.qrefresh.out @ 580:8366882f67f2
Fix up more formatting goop
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Wed Mar 18 00:00:58 2009 -0700 (2009-03-18) |
parents | 44d1363234d2 |
children | 4432ad34b8e5 |
line source
1 <screen><prompt>$</prompt> <userinput>echo 'line 2' >> 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>