hgbook

view en/examples/ch10/multiline @ 828:4d4e9bea4359

Merge latest updates from other hgbook versions.
author giulio@macbeth
date Sun Aug 16 19:09:42 2009 +0200 (2009-08-16)
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