hgbook

view it/examples/branch-named.branches.it @ 840:7252e7b7f07d

Final editing for chapters 8-11.
author gpiancastelli
date Fri Aug 21 22:29:44 2009 +0200 (2009-08-21)
parents 5b79834be9a6
children 719b03ea27c8
line source
1 <!-- BEGIN branch-named.branches -->
2 <screen><prompt>$</prompt> <userinput>hg tip</userinput>
3 changeset: 0:fc8fb1089cc0
4 etichetta: tip
5 utente: Bryan O'Sullivan &lt;bos@serpentine.com&gt;
6 data: Fri Jun 05 15:48:56 2009 +0000
7 sommario: Commit iniziale.
9 <prompt>$</prompt> <userinput>hg branches</userinput>
10 default 0:fc8fb1089cc0
11 </screen>
12 <!-- END branch-named.branches -->