hgbook

view en/examples/ch10/multiline @ 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 #!/bin/sh
3 hg init
4 echo a > test.c
5 hg ci -Am'First commit'
7 #$ name: go
9 cat > multiline << EOF
10 changeset = "Changed in {node|short}:\n{files}"
11 file = " {file}\n"
12 EOF
13 hg log --style multiline