hgbook

annotate 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
rev   line source
belaran@976 1 <!-- BEGIN branch-repo.pull -->
belaran@976 2 <screen><prompt>$</prompt> <userinput>cd ..</userinput>
belaran@976 3 <prompt>$</prompt> <userinput>hg clone mioprogetto mioprogetto-unione</userinput>
belaran@976 4 aggiorno la directory di lavoro
belaran@976 5 3 file aggiornati, 0 file uniti, 0 file rimossi, 0 file irrisolti
belaran@976 6 <prompt>$</prompt> <userinput>cd mioprogetto-unione</userinput>
belaran@976 7 <prompt>$</prompt> <userinput>hg pull ../mioprogetto-1.0.1</userinput>
belaran@976 8 estraggo da ../mioprogetto-1.0.1
belaran@976 9 cerco i cambiamenti
belaran@976 10 aggiungo i changeset
belaran@976 11 aggiungo i manifest
belaran@976 12 aggiungo i cambiamenti ai file
belaran@976 13 aggiunti 1 changeset con 1 cambiamenti a 1 file (+1 teste)
belaran@976 14 (eseguite 'hg heads' per vedere le teste, 'hg merge' per unire)
belaran@976 15 </screen>
belaran@976 16 <!-- END branch-repo.pull -->