hgbook

view it/examples/branch-named.parents.it @ 836:11a6ba60bb9e

Final editing for chapters 0-3.
author gpiancastelli
date Wed Aug 19 19:39:24 2009 +0200 (2009-08-19)
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 &lt;bos@serpentine.com&gt;
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 -->