hgbook

view it/examples/tour.older.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 713f0f69029a 11a6ba60bb9e
children
line source
1 <!-- BEGIN tour.older -->
2 <screen><prompt>$</prompt> <userinput>hg update 2</userinput>
3 2 file aggiornati, 0 file uniti, 0 file rimossi, 0 file irrisolti
4 <prompt>$</prompt> <userinput>hg parents</userinput>
5 changeset: 2:fef857204a0c
6 utente: Bryan O'Sullivan &lt;bos@serpentine.com&gt;
7 data: Sat Aug 16 22:05:04 2008 +0200
8 sommario: Introduce un errore in hello.c.
10 <prompt>$</prompt> <userinput>hg update</userinput>
11 2 file aggiornati, 0 file uniti, 0 file rimossi, 0 file irrisolti
12 <prompt>$</prompt> <userinput>hg parents</userinput>
13 changeset: 5:764347e47e75
14 etichetta: tip
15 utente: Bryan O'Sullivan &lt;bos@serpentine.com&gt;
16 data: Fri Jun 05 15:51:52 2009 +0000
17 sommario: Inserisce una riga con un messaggio aggiuntivo.
19 </screen>
20 <!-- END tour.older -->