hgbook
diff en/examples/mq.tutorial.qnew2.out @ 183:fe74ace5fe1c
Fix simple copy example.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Fri Mar 30 23:28:34 2007 -0700 (2007-03-30) |
parents | 006bbad1f190 |
children | 00f69e8825c5 |
line diff
1.1 --- a/en/examples/mq.tutorial.qnew2.out Tue Mar 06 21:44:56 2007 -0800 1.2 +++ b/en/examples/mq.tutorial.qnew2.out Fri Mar 30 23:28:34 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