hgbook

diff it/examples/branch-repo.pull.it @ 792:5b79834be9a6

Minor changes and translation of code snippets for Ch.8.
author Giulio@puck
date Wed Aug 12 16:44:35 2009 +0200 (2009-08-12)
parents
children 7252e7b7f07d
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/it/examples/branch-repo.pull.it	Wed Aug 12 16:44: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 ../myproject-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 -->