Mercurial > hgbook
view en/examples/results/mq.tutorial.qnew2.out @ 688:4bb10cfa3812
Make actual use of the preface.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Thu, 26 Mar 2009 19:58:09 -0700 |
parents | 0d5935744f87 |
children | 4432ad34b8e5 |
line wrap: on
line source
<screen><prompt>$</prompt> <userinput>hg qnew second.patch</userinput> <prompt>$</prompt> <userinput>hg log --style=compact --limit=2</userinput> 2[qtip,second.patch,tip] 2009-03-10 04:38 +0000 bos [mq]: second.patch 1[first.patch,qbase] 2009-03-10 04:38 +0000 bos [mq]: first.patch <prompt>$</prompt> <userinput>echo 'line 4' >> file1</userinput> <prompt>$</prompt> <userinput>hg qrefresh</userinput> <prompt>$</prompt> <userinput>hg tip --style=compact --patch</userinput> 2[qtip,second.patch,tip] 2009-03-10 04:38 +0000 bos [mq]: second.patch diff -r -r file1 @@ -1,3 +1,4 @@ line 1 line 2 line 3 +line 4 <prompt>$</prompt> <userinput>hg annotate file1</userinput> 0: line 1 1: line 2 1: line 3 2: line 4 </screen>