hgbook

changeset 162:3fb7a7841181

Looks like hg now sorts tag names. Nice.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon Mar 26 22:24:39 2007 -0700 (2007-03-26)
parents 7f07aca44938
children a342a44e5e66
files en/examples/mq.tutorial.qnew2.out
line diff
     1.1 --- a/en/examples/mq.tutorial.qnew2.out	Mon Mar 26 21:58:24 2007 -0700
     1.2 +++ b/en/examples/mq.tutorial.qnew2.out	Mon Mar 26 22:24:39 2007 -0700
     1.3 @@ -1,6 +1,6 @@
     1.4  $ \textbf{hg qnew second.patch}
     1.5  $ \textbf{hg log --style=compact --limit=2}
     1.6 -2[second.patch,qtip,tip]   
     1.7 +2[qtip,second.patch,tip]   
     1.8    New patch: second.patch
     1.9  
    1.10  1[first.patch,qbase]   
    1.11 @@ -9,7 +9,7 @@
    1.12  $ \textbf{echo 'line 4' >> file1}
    1.13  $ \textbf{hg qrefresh}
    1.14  $ \textbf{hg tip --style=compact --patch}
    1.15 -2[second.patch,qtip,tip]   
    1.16 +2[qtip,second.patch,tip]   
    1.17    patch queue: second.patch
    1.18  
    1.19  diff -r  -r  file1