hgbook
view it/examples/branch-named.parents.it @ 1076:2673789284c7
2.4.0 zh translated
author | Zhaoping Sun <zhaopingsun@gmail.com> |
---|---|
date | Wed Nov 18 21:33:52 2009 -0500 (2009-11-18) |
parents | 5b79834be9a6 |
children | 719b03ea27c8 |
line source
1 <!-- BEGIN branch-named.parents -->
2 <screen><prompt>$</prompt> <userinput>hg parents</userinput>
3 changeset: 2:4dce38140953
4 ramo: bar
5 etichetta: tip
6 utente: Bryan O'Sullivan <bos@serpentine.com>
7 data: Fri Jun 05 15:49:00 2009 +0000
8 sommario: 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 -->