hgbook
view it/examples/branch-named.parents.it @ 810:64f122caeeac
Trying to clarify qseries.
author | Giulio@puck |
---|---|
date | Sat Aug 15 12:25:46 2009 +0200 (2009-08-15) |
parents | |
children | 7252e7b7f07d |
line source
1 <!-- BEGIN branch-named.parents -->
2 <screen><prompt>$</prompt> <userinput>hg parents</userinput>
3 changeset: 2:4dce38140953
4 branch: bar
5 tag: tip
6 user: Bryan O'Sullivan <bos@serpentine.com>
7 date: Fri Jun 05 15:49:00 2009 +0000
8 summary: Terzo commit.
10 <prompt>$</prompt> <userinput>hg branches</userinput>
11 bar 2:4dce38140953
12 foo 1:b15761055392 (inattivo)
13 default 0:fc8fb1089cc0 (inattivo)
14 </screen>
15 <!-- END branch-named.parents -->