hgbook

view it/examples/ch04-resolve.pull.it @ 790:3d5e63d5d180

Minor changes and translation of code snippets for Ch.5.
author Giulio@puck
date Tue Aug 11 21:53:03 2009 +0200 (2009-08-11)
parents
children
line source
1 <!-- BEGIN ch04/resolve.pull -->
2 <screen><prompt>$</prompt> <userinput>cd ../conflitto</userinput>
3 <prompt>$</prompt> <userinput>hg pull -u ../sinistra</userinput>
4 estraggo da ../sinistra
5 cerco i cambiamenti
6 aggiungo i changeset
7 aggiungo i manifest
8 aggiungo i cambiamenti ai file
9 aggiunti 1 changeset con 1 cambiamenti a 1 file
10 1 file aggiornati, 0 file uniti, 1 file rimossi, 0 file irrisolti
11 <prompt>$</prompt> <userinput>hg pull -u ../destra</userinput>
12 estraggo da ../destra
13 cerco i cambiamenti
14 aggiungo i changeset
15 aggiungo i manifest
16 aggiungo i cambiamenti ai file
17 aggiunti 1 changeset con 1 cambiamenti a 1 file (+1 teste)
18 non aggiorno, sono state aggiunte nuove teste
19 (eseguite 'hg heads' per vedere le teste, 'hg merge' per unire)
20 </screen>
21 <!-- END ch04/resolve.pull -->