hgbook

view fr/examples/ch10/multiline @ 1013:44946b10a4b3

merge with André Sintzoff
author Romain PELISSE <belaran@gmail.com>
date Tue Nov 24 11:44:49 2009 +0100 (2009-11-24)
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