hgbook

view it/examples/ch04-resolve.pull.it @ 1114:527b86d55d4a

inotify: update installation information

inotify is shipped in Mercurial since 1.0, which greatly simplifies the installation process
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Sun Dec 13 16:35:56 2009 +0900 (2009-12-13)
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 -->