view en/examples/ch10/multiline @ 826:a17d6390a480

More fixes to chapters 1 and 2.
author Bryan O'Sullivan <bos@serpentine.com>
date Sun, 03 May 2009 20:27:09 -0700
parents 9e33729cafae
children
line wrap: on
line source

#!/bin/sh

hg init
echo a > test.c
hg ci -Am'First commit'

#$ name: go

cat > multiline << EOF
changeset = "Changed in {node|short}:\n{files}"
file = "  {file}\n"
EOF
hg log --style multiline