view en/examples/ch10/multiline @ 828:477d6a3e5023

Many final changes.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon, 04 May 2009 23:52:38 -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