hgbook

view it/examples/ch04-resolve.merge.it @ 882:50d09b8f3c4f

Remove /tmp/REV*-hello when clean
author Dongsheng Song <dongsheng.song@gmail.com>
date Wed Oct 21 16:33:28 2009 +0800 (2009-10-21)
parents
children
line source
1 <!-- BEGIN ch04/resolve.merge -->
2 <screen><prompt>$</prompt> <userinput>hg merge</userinput>
3 unisco miofile.txt
4 merge: attenzione: conflitti durante l'unione
5 unione di miofile.txt fallita!
6 0 file aggiornati, 0 file uniti, 0 file rimossi, 1 file irrisolti
7 usate 'hg resolve' per riprovare a unire i file irrisolti o 'hg up --clean' per abbandonare
8 </screen>
9 <!-- END ch04/resolve.merge -->