hgbook

diff en/examples/mq.tutorial.qnew2.out @ 294:1ea91eb01030

Fixed sample output for 'daily.revert' test.
author Guido Ostkamp <hg@ostkamp.fastmail.fm>
date Wed Aug 20 21:49:39 2008 +0200 (2008-08-20)
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	Wed Aug 20 21:49:39 2008 +0200
     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