hgbook
view it/examples/branch-named.rebranch.it @ 850:5bbebcdfb533
You wouldn't believe me if I told you.
author | gpiancastelli |
---|---|
date | Sat Aug 22 18:49:12 2009 +0200 (2009-08-22) |
parents | 7252e7b7f07d |
children | 719b03ea27c8 |
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 contrassegnata 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 ramo: bar
12 etichetta: tip
13 utente: Bryan O'Sullivan <bos@serpentine.com>
14 data: Fri Jun 05 15:49:00 2009 +0000
15 sommario: Terzo commit.
17 </screen>
18 <!-- END branch-named.rebranch -->