hgbook
view it/examples/branch-repo.pull.it @ 839:0a49072e8c7f
Final editing for chapters 4-7.
author | gpiancastelli |
---|---|
date | Fri Aug 21 21:42:22 2009 +0200 (2009-08-21) |
parents | |
children | 7252e7b7f07d |
line source
1 <!-- BEGIN branch-repo.pull -->
2 <screen><prompt>$</prompt> <userinput>cd ..</userinput>
3 <prompt>$</prompt> <userinput>hg clone mioprogetto mioprogetto-unione</userinput>
4 aggiorno la directory di lavoro
5 3 file aggiornati, 0 file uniti, 0 file rimossi, 0 file irrisolti
6 <prompt>$</prompt> <userinput>cd mioprogetto-unione</userinput>
7 <prompt>$</prompt> <userinput>hg pull ../mioprogetto-1.0.1</userinput>
8 estraggo da ../myproject-1.0.1
9 cerco i cambiamenti
10 aggiungo i changeset
11 aggiungo i manifest
12 aggiungo i cambiamenti ai file
13 aggiunti 1 changeset con 1 cambiamenti a 1 file (+1 teste)
14 (eseguite 'hg heads' per vedere le teste, 'hg merge' per unire)
15 </screen>
16 <!-- END branch-repo.pull -->