hgbook

diff it/examples/branch-repo.pull.it @ 976:713f0f69029a

merge with Italian, and very (few) work on ch03
author Romain PELISSE <belaran@gmail.com>
date Fri Sep 04 16:33:35 2009 +0200 (2009-09-04)
parents
children 719b03ea27c8
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/it/examples/branch-repo.pull.it	Fri Sep 04 16:33:35 2009 +0200
     1.3 @@ -0,0 +1,16 @@
     1.4 +<!-- BEGIN branch-repo.pull -->
     1.5 +<screen><prompt>$</prompt> <userinput>cd ..</userinput>
     1.6 +<prompt>$</prompt> <userinput>hg clone mioprogetto mioprogetto-unione</userinput>
     1.7 +aggiorno la directory di lavoro
     1.8 +3 file aggiornati, 0 file uniti, 0 file rimossi, 0 file irrisolti
     1.9 +<prompt>$</prompt> <userinput>cd mioprogetto-unione</userinput>
    1.10 +<prompt>$</prompt> <userinput>hg pull ../mioprogetto-1.0.1</userinput>
    1.11 +estraggo da ../mioprogetto-1.0.1
    1.12 +cerco i cambiamenti
    1.13 +aggiungo i changeset
    1.14 +aggiungo i manifest
    1.15 +aggiungo i cambiamenti ai file
    1.16 +aggiunti 1 changeset con 1 cambiamenti a 1 file (+1 teste)
    1.17 +(eseguite 'hg heads' per vedere le teste, 'hg merge' per unire)
    1.18 +</screen>
    1.19 +<!-- END branch-repo.pull -->