hgbook

view it/examples/branch-named.parents.it @ 798:7f684caba2d0

Minor changes and translation of code snippets for Ch.6.
author Giulio@puck
date Thu Aug 13 23:46:21 2009 +0200 (2009-08-13)
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 -->