hgbook

view it/examples/tour.log-vp.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.log-vp -->
2 <screen><prompt>$</prompt> <userinput>hg log -v -p -r 2</userinput>
3 changeset: 2:fef857204a0c
4 utente: Bryan O'Sullivan &lt;bos@serpentine.com&gt;
5 data: Sat Aug 16 22:05:04 2008 +0200
6 file: hello.c
7 descrizione:
8 Introduce un errore in hello.c.
11 diff -r 82e55d328c8c -r fef857204a0c hello.c
12 --- a/hello.c Fri Aug 26 01:21:28 2005 -0700
13 +++ b/hello.c Sat Aug 16 22:05:04 2008 +0200
14 @@ -11,6 +11,6 @@
16 int main(int argc, char **argv)
17 {
18 - printf("ciao, mondo!\n");
19 + printf("ciao, mondo!\");
20 return 0;
21 }
23 </screen>
24 <!-- END tour.log-vp -->