hgbook
diff it/examples/template.simple.simplesub.it @ 803:241859e47472
Minor changes and translation of code snippets for Ch.11.
author | Giulio@puck |
---|---|
date | Fri Aug 14 18:01:22 2009 +0200 (2009-08-14) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/it/examples/template.simple.simplesub.it Fri Aug 14 18:01:22 2009 +0200 1.3 @@ -0,0 +1,10 @@ 1.4 +<!-- BEGIN template.simple.simplesub --> 1.5 +<screen><prompt>$</prompt> <userinput>hg log --template 'ho visto un changeset: {desc}\n'</userinput> 1.6 +ho visto un changeset: Aggiunta etichetta v0.1 per il changeset a5ff5617a0be 1.7 +ho visto un changeset: Aggiunta etichetta miaetichetta per il changeset fb5e3583537a 1.8 +ho visto un changeset: Aggiunta una riga alla fine del file <<hello>>. 1.9 + 1.10 +In più, aggiunto un file con il nome indicativo (almeno spero che qualcuno possa considerarlo tale) di goodbye. 1.11 +ho visto un changeset: Aggiunto file hello. 1.12 +</screen> 1.13 +<!-- END template.simple.simplesub -->