hgbook
view it/examples/branch-named.merge.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.merge -->
2 <screen><prompt>$</prompt> <userinput>hg branch</userinput>
3 bar
4 <prompt>$</prompt> <userinput>hg merge foo</userinput>
5 1 file aggiornati, 0 file uniti, 0 file rimossi, 0 file irrisolti
6 (unione tra rami, ricordatevi di effettuare il commit)
7 <prompt>$</prompt> <userinput>hg commit -m "Unione."</userinput>
8 <prompt>$</prompt> <userinput>hg tip</userinput>
9 changeset: 4:f50f493d0dc0
10 ramo: bar
11 etichetta: tip
12 genitore: 2:4dce38140953
13 genitore: 3:859c842ea668
14 utente: Bryan O'Sullivan <bos@serpentine.com>
15 data: Fri Jun 05 15:49:06 2009 +0000
16 sommario: Unione.
18 </screen>
19 <!-- END branch-named.merge -->