hgbook

annotate it/examples/tour.older.it @ 976:713f0f69029a

merge with Italian, and very (few) work on ch03
author Romain PELISSE <belaran@gmail.com>
date Fri Sep 04 16:33:35 2009 +0200 (2009-09-04)
parents
children 719b03ea27c8
rev   line source
belaran@976 1 <!-- BEGIN tour.older -->
belaran@976 2 <screen><prompt>$</prompt> <userinput>hg update 2</userinput>
belaran@976 3 2 file aggiornati, 0 file uniti, 0 file rimossi, 0 file irrisolti
belaran@976 4 <prompt>$</prompt> <userinput>hg parents</userinput>
belaran@976 5 changeset: 2:fef857204a0c
belaran@976 6 utente: Bryan O'Sullivan &lt;bos@serpentine.com&gt;
belaran@976 7 data: Sat Aug 16 22:05:04 2008 +0200
belaran@976 8 sommario: Introduce un errore in hello.c.
belaran@976 9
belaran@976 10 <prompt>$</prompt> <userinput>hg update</userinput>
belaran@976 11 2 file aggiornati, 0 file uniti, 0 file rimossi, 0 file irrisolti
belaran@976 12 <prompt>$</prompt> <userinput>hg parents</userinput>
belaran@976 13 changeset: 5:764347e47e75
belaran@976 14 etichetta: tip
belaran@976 15 utente: Bryan O'Sullivan &lt;bos@serpentine.com&gt;
belaran@976 16 data: Fri Jun 05 15:51:52 2009 +0000
belaran@976 17 sommario: Inserisce una riga con un messaggio aggiuntivo.
belaran@976 18
belaran@976 19 </screen>
belaran@976 20 <!-- END tour.older -->