hgbook

annotate fr/examples/ch10/multiline @ 973:1df99de46e39

Finishing works to adapt already existing translations to new xdoc fmt - also add a couple new translations to follow recent modification from Bryan.
author Romain PELISSE <belaran@gmail.com>
date Tue Sep 01 17:00:12 2009 +0200 (2009-09-01)
parents
children
rev   line source
belaran@966 1 #!/bin/sh
belaran@966 2
belaran@966 3 hg init
belaran@966 4 echo a > test.c
belaran@966 5 hg ci -Am'First commit'
belaran@966 6
belaran@966 7 #$ name: go
belaran@966 8
belaran@966 9 cat > multiline << EOF
belaran@966 10 changeset = "Changed in {node|short}:\n{files}"
belaran@966 11 file = " {file}\n"
belaran@966 12 EOF
belaran@966 13 hg log --style multiline