Mercurial > hgbook
view en/examples/results/mq.tutorial.qrefresh2.out @ 744:1114da00d30e
Fix '<programlisting>' in ch02-tour-basic.xml
author | Dongsheng Song <dongsheng.song@gmail.com> |
---|---|
date | Wed, 18 Mar 2009 19:43:46 +0800 |
parents | 0d5935744f87 |
children | 4432ad34b8e5 |
line wrap: on
line source
<screen><prompt>$</prompt> <userinput>echo 'line 3' >> file1</userinput> <prompt>$</prompt> <userinput>hg status</userinput> M file1 <prompt>$</prompt> <userinput>hg qrefresh</userinput> <prompt>$</prompt> <userinput>hg tip --style=compact --patch</userinput> 1[qtip,first.patch,tip,qbase] 2009-03-10 04:38 +0000 bos [mq]: first.patch diff -r -r file1 @@ -1,1 +1,3 @@ line 1 +line 2 +line 3 </screen>