hgbook

view it/examples/branch-repo.pull.it @ 1113:613690ad6a9c

Merge with dongsheng
author Bryan O'Sullivan <bos@serpentine.com>
date Sat Jul 10 16:21:26 2010 +0100 (2010-07-10)
parents 713f0f69029a 7252e7b7f07d
children
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 ../mioprogetto-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 -->