hgbook

view en/examples/mq.tutorial.qrefresh2.out @ 152:44f233544e9e

Fix up the "note" rendering for HTML.
author Bryan O'Sullivan <bos@serpentine.com>
date Thu Mar 08 23:35:57 2007 -0800 (2007-03-08)
parents
children 00f69e8825c5
line source
1 $ \textbf{echo 'line 3' >> file1}
2 $ \textbf{hg status}
3 M file1
4 $ \textbf{hg qrefresh}
5 $ \textbf{hg tip --style=compact --patch}
6 1[qtip,first.patch,tip,qbase]
7 patch queue: first.patch
9 diff -r -r file1
12 @@ -1,1 +1,3 @@ line 1
13 line 1
14 +line 2
15 +line 3