Mercurial > hgbook
changeset 162:3fb7a7841181
Looks like hg now sorts tag names. Nice.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Mon, 26 Mar 2007 22:24:39 -0700 |
parents | 7f07aca44938 |
children | a342a44e5e66 |
files | en/examples/mq.tutorial.qnew2.out |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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