hgbook
view en/examples/results/mq.tutorial.qnew.out @ 598:7893b3824715
Add a top-level index page.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Fri Mar 27 00:01:58 2009 -0700 (2009-03-27) |
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>