# HG changeset patch # User Bryan O'Sullivan # Date 1174973079 25200 # Node ID 3fb7a784118116fb3616a6d0da16a0697c383bc7 # Parent 7f07aca44938d38b30ae8713946346123cdf97b6 Looks like hg now sorts tag names. Nice. diff -r 7f07aca44938 -r 3fb7a7841181 en/examples/mq.tutorial.qnew2.out --- a/en/examples/mq.tutorial.qnew2.out Mon Mar 26 21:58:24 2007 -0700 +++ b/en/examples/mq.tutorial.qnew2.out Mon Mar 26 22:24:39 2007 -0700 @@ -1,6 +1,6 @@ $ \textbf{hg qnew second.patch} $ \textbf{hg log --style=compact --limit=2} -2[second.patch,qtip,tip] +2[qtip,second.patch,tip] New patch: second.patch 1[first.patch,qbase] @@ -9,7 +9,7 @@ $ \textbf{echo 'line 4' >> file1} $ \textbf{hg qrefresh} $ \textbf{hg tip --style=compact --patch} -2[second.patch,qtip,tip] +2[qtip,second.patch,tip] patch queue: second.patch diff -r -r file1