hgbook
view it/examples/branch-named.rebranch.it @ 812:42e2c9d47ef4
Minor changes and translation of code snippets for Ch.12.
author | Giulio@puck |
---|---|
date | Sat Aug 15 15:15:39 2009 +0200 (2009-08-15) |
parents | |
children | 7252e7b7f07d |
line source
1 <!-- BEGIN branch-named.rebranch -->
2 <screen><prompt>$</prompt> <userinput>hg branch</userinput>
3 foo
4 <prompt>$</prompt> <userinput>hg branch bar</userinput>
5 la directory di lavoro รจ stata segnata come ramo bar
6 <prompt>$</prompt> <userinput>echo nuovo file > nuovofile</userinput>
7 <prompt>$</prompt> <userinput>hg commit -A -m 'Terzo commit.'</userinput>
8 aggiungo nuovofile
9 <prompt>$</prompt> <userinput>hg tip</userinput>
10 changeset: 2:4dce38140953
11 branch: bar
12 tag: tip
13 user: Bryan O'Sullivan <bos@serpentine.com>
14 date: Fri Jun 05 15:49:00 2009 +0000
15 summary: Terzo commit.
17 </screen>
18 <!-- END branch-named.rebranch -->