hgbook

diff it/examples/ch04-resolve.pull.it @ 836:11a6ba60bb9e

Final editing for chapters 0-3.
author gpiancastelli
date Wed Aug 19 19:39:24 2009 +0200 (2009-08-19)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/it/examples/ch04-resolve.pull.it	Wed Aug 19 19:39:24 2009 +0200
     1.3 @@ -0,0 +1,21 @@
     1.4 +<!-- BEGIN ch04/resolve.pull -->
     1.5 +<screen><prompt>$</prompt> <userinput>cd ../conflitto</userinput>
     1.6 +<prompt>$</prompt> <userinput>hg pull -u ../sinistra</userinput>
     1.7 +estraggo da ../sinistra
     1.8 +cerco i cambiamenti
     1.9 +aggiungo i changeset
    1.10 +aggiungo i manifest
    1.11 +aggiungo i cambiamenti ai file
    1.12 +aggiunti 1 changeset con 1 cambiamenti a 1 file
    1.13 +1 file aggiornati, 0 file uniti, 1 file rimossi, 0 file irrisolti
    1.14 +<prompt>$</prompt> <userinput>hg pull -u ../destra</userinput>
    1.15 +estraggo da ../destra
    1.16 +cerco i cambiamenti
    1.17 +aggiungo i changeset
    1.18 +aggiungo i manifest
    1.19 +aggiungo i cambiamenti ai file
    1.20 +aggiunti 1 changeset con 1 cambiamenti a 1 file (+1 teste)
    1.21 +non aggiorno, sono state aggiunte nuove teste
    1.22 +(eseguite 'hg heads' per vedere le teste, 'hg merge' per unire)
    1.23 +</screen>
    1.24 +<!-- END ch04/resolve.pull -->