hgbook
view en/examples/results/mq.tutorial.qnew.out @ 591:b788b405e141
Replace uses of <informalfigure> with <figure>
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Thu Mar 26 21:07:39 2009 -0700 (2009-03-26) |
parents | 44d1363234d2 |
children | 4432ad34b8e5 |
line source
1 <screen><prompt>$</prompt> <userinput>hg tip</userinput>
2 changeset:
3 tag: tip
4 user: Bryan O'Sullivan <bos@serpentine.com>
6 summary: first change
8 <prompt>$</prompt> <userinput>hg qnew first.patch</userinput>
9 <prompt>$</prompt> <userinput>hg tip</userinput>
10 changeset:
11 tag: qtip
12 tag: first.patch
13 tag: tip
14 tag: qbase
15 user: Bryan O'Sullivan <bos@serpentine.com>
17 summary: [mq]: first.patch
19 <prompt>$</prompt> <userinput>ls .hg/patches</userinput>
20 first.patch series status
21 </screen>