hgbook

view ja/examples/tour.log-r.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
line source
1 $ \textbf{hg log -r 3}
2 changeset:
3 user: Bryan O'Sullivan <bos@serpentine.com>
5 summary: Get make to generate the final binary from a .o file.
7 $ \textbf{hg log -r }
8 changeset:
9 user: Bryan O'Sullivan <bos@serpentine.com>
11 summary: Get make to generate the final binary from a .o file.
13 $ \textbf{hg log -r 1 -r 4}
14 changeset:
15 user: mpm@selenic.com
17 summary: Create a makefile
19 changeset:
20 tag: tip
21 user: Bryan O'Sullivan <bos@serpentine.com>
23 summary: Trim comments.