hgbook

diff en/examples/mq.tutorial.qnew2.out @ 550:5cd47f721686

Rename LaTeX input files to have numeric prefixes
author Bryan O'Sullivan <bos@serpentine.com>
date Thu Jan 29 22:56:27 2009 -0800 (2009-01-29)
parents bd8d96d3703d
children
line diff
     1.1 --- a/en/examples/mq.tutorial.qnew2.out	Wed Aug 20 21:53:01 2008 +0200
     1.2 +++ b/en/examples/mq.tutorial.qnew2.out	Thu Jan 29 22:56:27 2009 -0800
     1.3 @@ -1,15 +1,15 @@
     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 +2[qtip,second.patch,tip]      2009-01-30 06:34 +0000   bos
     1.8    [mq]: second.patch
     1.9  
    1.10 -1[first.patch,qbase]   
    1.11 +1[first.patch,qbase]      2009-01-30 06:34 +0000   bos
    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 +2[qtip,second.patch,tip]      2009-01-30 06:34 +0000   bos
    1.19    [mq]: second.patch
    1.20  
    1.21  diff -r  -r  file1