bos@696: #!/bin/sh bos@696: bos@696: hg init bos@696: echo a > test.c bos@696: hg ci -Am'First commit' bos@696: bos@696: #$ name: go bos@696: bos@696: cat > multiline << EOF bos@696: changeset = "Changed in {node|short}:\n{files}" bos@696: file = " {file}\n" bos@696: EOF bos@696: hg log --style multiline