hgbook
view it/examples/branching.merge.it @ 897:e917517d1ef9
White background not needed for body if content is wrapped into .chapter.
author | dukebody <dukebody@gmail.com> |
---|---|
date | Mon Oct 26 12:43:43 2009 +0100 (2009-10-26) |
parents | 7f684caba2d0 |
children | 719b03ea27c8 |
line source
1 <!-- BEGIN branching.merge -->
2 <screen><prompt>$</prompt> <userinput>cd ../principale</userinput>
3 <prompt>$</prompt> <userinput>hg pull ../stabile</userinput>
4 estraggo da ../stabile
5 cerco i cambiamenti
6 aggiungo i changeset
7 aggiungo i manifest
8 aggiungo i cambiamenti ai file
9 aggiunti 1 changeset con 1 cambiamenti a 1 file (+1 teste)
10 (eseguite 'hg heads' per vedere le teste, 'hg merge' per unire)
11 <prompt>$</prompt> <userinput>hg merge</userinput>
12 unisco miofile
13 0 file aggiornati, 1 file uniti, 0 file rimossi, 0 file irrisolti
14 (unione tra rami, ricordatevi di eseguire il commit)
15 <prompt>$</prompt> <userinput>hg commit -m "Incorpora la correzione del bug dal ramo stabile."</userinput>
16 <prompt>$</prompt> <userinput>cat miofile</userinput>
17 Questa è una correzione a una funzione noiosa.
18 Questa è nuova ed eccitante!
19 </screen>
20 <!-- END branching.merge -->