hgbook

annotate fr/examples/ch10/multiline @ 1004:0298bccbb8ee

french small corrections, gestion de révisions au lieu de gestion de sources ou gestion de versions.
author Wilk
date Sun Sep 13 14:08:00 2009 +0200 (2009-09-13)
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