comparison en/examples/ch10/multiline @ 823:9e33729cafae

Add a multiline template example.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue, 28 Apr 2009 23:33:11 -0700
parents
children
comparison
equal deleted inserted replaced
822:fd2e83ffb165 823:9e33729cafae
1 #!/bin/sh
2
3 hg init
4 echo a > test.c
5 hg ci -Am'First commit'
6
7 #$ name: go
8
9 cat > multiline << EOF
10 changeset = "Changed in {node|short}:\n{files}"
11 file = " {file}\n"
12 EOF
13 hg log --style multiline