hgbook

diff en/examples/mq.tutorial.qnew2.out @ 273:00f69e8825c5

Bring book up to date with recent changes.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon Nov 26 12:24:53 2007 -0800 (2007-11-26)
parents 3fb7a7841181
children bd8d96d3703d
line diff
     1.1 --- a/en/examples/mq.tutorial.qnew2.out	Mon Mar 26 22:24:39 2007 -0700
     1.2 +++ b/en/examples/mq.tutorial.qnew2.out	Mon Nov 26 12:24:53 2007 -0800
     1.3 @@ -1,16 +1,16 @@
     1.4  $ \textbf{hg qnew second.patch}
     1.5  $ \textbf{hg log --style=compact --limit=2}
     1.6  2[qtip,second.patch,tip]   
     1.7 -  New patch: second.patch
     1.8 +  [mq]: second.patch
     1.9  
    1.10  1[first.patch,qbase]   
    1.11 -  patch queue: first.patch
    1.12 +  [mq]: first.patch
    1.13  
    1.14  $ \textbf{echo 'line 4' >> file1}
    1.15  $ \textbf{hg qrefresh}
    1.16  $ \textbf{hg tip --style=compact --patch}
    1.17  2[qtip,second.patch,tip]   
    1.18 -  patch queue: second.patch
    1.19 +  [mq]: second.patch
    1.20  
    1.21  diff -r  -r  file1
    1.22