hgbook

annotate ja/examples/tour.log-vp.out @ 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
rev   line source
foozy@708 1 $ \textbf{hg log -v -p -r 2}
foozy@708 2 changeset:
foozy@708 3 user: Bryan O'Sullivan <bos@serpentine.com>
foozy@708 4
foozy@708 5 files: hello.c
foozy@708 6 description:
foozy@708 7 Introduce a typo into hello.c.
foozy@708 8
foozy@708 9
foozy@708 10 diff -r -r hello.c
foozy@708 11
foozy@708 12
foozy@708 13 @@ -11,6 +11,6 @@
foozy@708 14
foozy@708 15 int main(int argc, char **argv)
foozy@708 16 \{
foozy@708 17 - printf("hello, world!\textbackslash{}n");
foozy@708 18 + printf("hello, world!\textbackslash{}");
foozy@708 19 return 0;
foozy@708 20 \}
foozy@708 21